Releases: dimitri/pgcopydb
Releases · dimitri/pgcopydb
v0.7
pgcopydb v0.7 (May 24, 2022)
Bug fix release on-top of v0.6. The filtering was not applied to the --pre-data
parts of the schema.
Added
- Use 'pgcopydb' as our application_name in Postgres connections. (#42)
- Implement pgcopydb copy schema. (#46)
Changed
- Skip long-running transactions when --not-consistent is used. (#45)
Fixed
- Fix filtering of the pre-data section of the dump. (#44)
v0.6
pgcopydb v0.6 (May 16, 2022)
Improve pgcopydb with filtering support and the usual amount of bug fixes,
thanks to community feedback and contributions. Of note is added support for
the FreeBSD platform.
Added
Changed
- Add versioning information to the logs output. (#36)
- Log size information about tables that are migrated (tuples, bytes). (#38)
Fixed
v0.5
pgcopydb v0.5 (March 11, 2022)
Quick turnaround release with Postgres connection management bug fixes. The
bug was caught by our debian test suite which defaults to using SSL, and
using SSL makes the problem systematic rather than unlucky.
Changed
- Refrain from using XDG_RUNTIME_DIR for temp files. (#26)
- Increase the default timeout from 2s to 10s. (#28)
Fixed
v0.4
pgcopydb v0.4 (March 8, 2022)
Improve pgcopydb with large object support, better documentation, and the
usual amount of bug fixes, thanks to community feedback.
Added
- Implement --restart, --resume --not-consistent. (#9)
- Implement --no-acl --no-comments options. (#10)
- pgcopydb list tables --without-pkey.
- Implement --snapshot, allowing to use an externally exported snapshot. (#11)
- Implement support for Large Objects (#20)
Changed
- Avoid logging connection string passwords. (#15)
- Implement setting GUC values to our src/dst Postgres connections. (#17)
- Improve the README with installation instructions, and docs link. (#24)
- Add a link from the main docs page back to the github project page.
Fixed
v0.3
pgcopydb v0.3 (January 24, 2022)
Improve pgcopydb with sequences reset support, better documentation, some
bug fixes and a better sub-process strategy.
Added
- Implement pgcopydb copy-db --no-owner.
- Implement pgcopydb copy commands.
Changed
- Share a single snapshot on the source database for the whole operations.
- Review the worker processes strategy and refactor the code.
Fixed
- Implement SET SEQUENCE support.
- Introduce --skip-large-objects (--skip-blobs).