pg_easy_replicate
pg_easy_replicate copied to clipboard
Easily setup logical replication and switchover to new database with minimal downtime
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.63.5. Release notes Sourced from rubocop's releases. RuboCop 1.63.5 Bug fixes #12877: Fix an infinite loop error for Layout/FirstArgumentIndentation when specifying EnforcedStyle: with_fixed_indentation of Layout/ArrayAlignment....
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.29.1 to 2.29.2. Release notes Sourced from rubocop-rspec's releases. RuboCop RSpec v2.29.2 Fix beginless and endless range bug for RepeatedIncludeExample cop. (@hasghari) Fix a false positive for...
Updates the requirements on [sequel](https://github.com/jeremyevans/sequel) to permit the latest version. Changelog Sourced from sequel's changelog. === 5.80.0 (2024-05-01) Support Dataset#skip_locked on MariaDB 10.6+ (simi) (#2150) Avoid allocating datasets in cases...
I'd love for pg_easy_replicate to support blob sync. I feel like that'd really bring it home when it comes to supporting a full replication. While its hard to do that...
Bumps [rake](https://github.com/ruby/rake) from 13.1.0 to 13.2.1. Changelog Sourced from rake's changelog. === 13.2.1 Suppressed "internal:array:52:in 'Array#each'" from backtrace by @hsbt in #554 Bump actions/configure-pages from 4 to 5 by @dependabot...
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.20.2 to 1.21.0. Release notes Sourced from rubocop-performance's releases. RuboCop Performance 1.21.0 New features #446: Support Prism as a Ruby parser (experimental). (@koic) Bug fixes #437: Fix...
I ran across this project in the ever-expanding ecosystem of Postgres tools. Given it's a replication / sync tool, I took a look at the sequence handling code, as this...
Hi, I was wondering if support for azure postgres (Flexible Server) could also be added?
due to original logical replication does not support ddl replicate ,can support ddl replicate before switching ?many thanks