How to implement centralized backups in Apache Cloudberry when gpbackup stores each segment’s data locally? #1380
Unanswered
tturgum5ekov
asked this question in
Q&A
Replies: 1 comment
-
We are using wal-g to backup Greenplums and we adapted it to support Cloudberry as well. So, you may consider using it. Feel free to fill an issues on wal-g if you if you encounter problems or unclear documentation. PS: we haven't tested wal-g with cloudberry PAX-storage yet. @leborchuk 's team is on the way to guarantee that PAX is backed-up properly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone 👋
I’m currently configuring backups for an Apache Cloudberry 2.0.0-incubating cluster using the gpbackup utility.
When I run the backup locally, everything works correctly — gpbackup creates files on the coordinator and on each segment host without errors.
However, I want all backups to be stored centrally on a separate backup server (connected via SSH).
Question:
Is there a simple or built-in way to:
Environment details:
Command used:
gpbackup --dbname postgres --backup-dir /backups/full --jobs 4 --leaf-partition-data --verbose
What I’ve tried:
Beta Was this translation helpful? Give feedback.
All reactions