Skip to content
Fix: TLS config & hostname flags are not required for restores.
Fix: Docker compose file for restore (used for local testing).
Mark boot command flag postgres-version as deprecated. Instead during
restores determine postgres version using the PG_VERSION file which is part
of the base backup.
Make Test_findQuickestEndpoint more robust.
Change getPgServerVersion() func (which is used during startPgBackup() to
determine the postgres major version).