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

Added a simple version numbering system for backup format #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amitlan
Copy link
Contributor

@amitlan amitlan commented Oct 12, 2018

With this change, pg_rman will write a "version" number to
a designated file when initiliazing the backup directory.

From now on, every change to the backup file format is to be
accompanied by an "increment" of backup_catalog_version.

NOTE: This system needs to be extended for considering changes such as adding a new members to structs like BackupPageHeader

With this change, pg_rman will write a "version" number to
a designated file when initiliazing the backup directory.

From now on, every change to the backup file format is to be
accompanied by an "increment" of backup_catalog_version.
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

Successfully merging this pull request may close these issues.

1 participant