-
Notifications
You must be signed in to change notification settings - Fork 5.5k
[bitnami/postgresql] pgbackrest installed and configured for backups #75145
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
Comments
Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here. Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance. |
@carrodher thanks for the reply, I can try to put a PR together, but I need to understand how packages are installed in the first place. So to start, how does |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
@carrodher Is there any doc where I can get more info about how the pgBackRest is added to the docker image? |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Hi @fidalgo, According to this official pg_auto_failover discussion, the extension doesn't support PostgreSQL 17.x yet, that's why it is not included in our images at this moment. It looks like they are working on adding support for it. We would need to wait until a new hapostgres/pg_auto_failover#1061 About how |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Uh oh!
There was an error while loading. Please reload this page.
Name and Version
bitnami/postgresql:17
What is the problem this feature will solve?
The image does not have any backup mechanism in place, despite having pgbackrest installed and available.
What is the feature you are proposing to solve the problem?
I noticed under the
bitnami/scripts/postgresql/run-autoctl.sh
you can configure the pgbackrest, but this file cannot be run as an entry point command, because thepg_autoctl
command is missing.Also, I'm unsure how pgbackrest gets installed in docker in the first place, so I cannot offer a better suggestion at the moment.
The text was updated successfully, but these errors were encountered: