What's Changed
- Fix tables check in config_check by @shayonj in #93
- add option to skip vacuum analyzing on switchover by @honzasterba in #92
- Disable statement timeout and reset it before/after vacuum+analyze by @shayonj in #94
- Add spec for skip_vacuum_analyze by @shayonj in #95
New Contributors
- @honzasterba made their first contribution in #92
Highlights
- You can now skip vacuum and analyze by passing
--skip-vacuum-analyze
toswitchover
. Thanks to @honzasterba - Vacuum and Analyze won't run into timeouts. Thanks to the report from @TrueCarry
Full Changelog: v0.2.2...v0.2.3