Releases: hashmap-kz/pgdump-each
Releases · hashmap-kz/pgdump-each
v1.0.18
Changelog
- 40cfa47 Merge pull request #24 from hashmap-kz/integ
- 027560a add simple interactive demo
- e5c4e6d integ - close #6 (Integration tests in a sandbox)
- b45ac66 integ - disable integration tests in CI for a while
- 2c083bd integ - fix lint issues
- 29a69a7 integ - implement restore integration tests
- e85fe5a integ - integration tests in CI (with latest required packages)
- aeae1dd integ - prepare manifests for integration tests
- 73f8ce4 integ - restore logs location
- d9a59b7 integ - run integration tests in CI stage
- 79f8886 integ - setup envs, check, run tests, cleanup
- 625ac62 integ - simplify log messages while waiting pg_isready
- d75078e integ - update lint to v7, migrate config
- 678dcb9 integ - update mods
- 8855c4c integ - update result message for dump stage
- 97b9928 integ - waiting while pg_isready before attempting to dump
- 899296d integ - working on integration tests
- 972da29 update README.md
v1.0.17
v1.0.16
v1.0.15
v1.0.14
v1.0.13
v1.0.12
Changelog
- bdd0395 Merge pull request #18 from hashmap-kz/dump_perf
- 6c721dc dump_perf - calculate --jobs with weights (cpu/dbsize based approach)
- 23c1f55 dump_perf - close #16 (compression), close #17 (exit-on-err opt)
- 0c8e807 dump_perf - close #20 (restore logs)
- 1091afa dump_perf - restore with jobs weights adjusted. close #15
- 855de92 dump_perf - using DBInfo for adjusting jobs weights
v1.0.11
v1.0.10
Changelog
- 1668f8b Merge pull request #12 from hashmap-kz/v10
- d2c5653 v10 - adjust default concurrent settings calc during dump/restore CalculateParallelSettings(), when CLI parameters were not set
- 98947fd v10 - close #11, close #13
- 199716f v10 - close #4
- b1b32fa v10 - save checksums file for all dumps #11
- 07e30ec v10 - update README.md
- 9ee769e v10 - verify checksums file with dir content during restoration
v1.0.9
Changelog
- ca3e50a Merge pull request #9 from hashmap-kz/restore
- a992df0 restore - impl runRestoreJobsForDumps
- d06a4ef restore - pg_dumpall with --clean --if-exists
- bc1e8bb restore - restore globals
- 5cb54e7 restore - restore logs naming
- 234407f restore - simplify project structure, begin to impl restore #2
- 15e9bdc restore - update README.md