Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to add support for PostgreSQL-15 and newer versions in omnipitr? #45

Open
hbxztc opened this issue Dec 5, 2023 · 0 comments

Comments

@hbxztc
Copy link

hbxztc commented Dec 5, 2023

Hi depesz,
We currently use omnipitr-backup-slave to backup our database for PG14 and earlier versions. However, there have been changes to the backup process in PG15 that have rendered omnipitr-backup-slave unable to function.
Changes are as follows:

  • Functions pg_start_backup()/pg_stop_backup() have been renamed to pg_backup_start()/pg_backup_stop()
  • Remove long-deprecated exclusive backup mode. The connection calling pg_backup_start must be maintained until the end of the backup, or the backup will be automatically aborted.
    Is it possible for the omnipitr-backup-slave tool to execute pg_start_backup() and keep the session open until it can also execute pg_stop_backup() after the tarball is created?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant