pg_easy_replicate icon indicating copy to clipboard operation
pg_easy_replicate copied to clipboard

Easily setup logical replication and switchover to new database with minimal downtime

Results 21 pg_easy_replicate issues
Sort by recently updated
recently updated
newest added

It'd be great to start feeding all the writes from the target database to the source database after `switchover`. In case the application requires a rollback. The replication can be...

enhancement

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.29.1 to 3.0.4. Release notes Sourced from rubocop-rspec's releases. RuboCop RSpec v3.0.4 Fix false-negative for UnspecifiedException when matcher is chained. (@​r7kamura) RuboCop RSpec v3.0.3 Add support for...

dependencies

Updates the requirements on [sequel](https://github.com/jeremyevans/sequel) to permit the latest version. Changelog Sourced from sequel's changelog. === 5.83.1 (2024-08-08) Restore unescaping of database file paths in the sqlite and amalgalite adapters...

dependencies

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.64.1 to 1.65.1. Release notes Sourced from rubocop's releases. RuboCop 1.65.1 New features #13068: Add config validation to Naming/PredicateName to check that all ForbiddenPrefixes are being checked....

dependencies

The docs are a bit deceptive on this; when doing `start_sync` and not specifying a schema, it picks `public`. This was surprising because the wording implied that it would copy...

enhancement

When I execute `start_sync` I encounter the following error: ``` Starting sync failed: PG::DependentObjectsStillExist: ERROR: cannot drop index idx_spotlight_result_sets_default_on_tenant_template_created_at because index index_spotlight_result_sets_on_tenant_template_created_at requires it ``` ![image](https://github.com/shayonj/pg_easy_replicate/assets/17624247/5448ecad-20bd-41f0-9068-b61894c094b0) Its not clear to...

bug

Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.21.1 to 1.22.1. Release notes Sourced from rubocop-performance's releases. RuboCop Performance 1.22.1 Bug fixes #468: Fix false positives for Performance/BigDecimalWithNumericArgument when using float argument for BigDecimal. (@​koic)...

dependencies

Hi, I have an issue regarding switchover that might be worth considering for improvement. Usually, a database contains many users, but currently, switchover only alters the user in the source...

enhancement

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.29.1 to 3.0.5. Release notes Sourced from rubocop-rspec's releases. RuboCop RSpec v3.0.5 Fix false-negative and error for RSpec/MetadataStyle when non-literal args are used in metadata in EnforceStyle:...

dependencies

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.64.1 to 1.66.1. Release notes Sourced from rubocop's releases. RuboCop 1.66.1 Bug fixes #13191: Fix an error for Style/IfWithSemicolon when using nested single-line if/;/end in block of...

dependencies