Hi,
I am from the Apache Cloudberry community. Apache Cloudberry is an open-source MPP database originally derived from Greenplum, but it has since evolved independently with a more modernized kernel and ongoing development.
First of all, thank you for creating this project. From my understanding, gpbackman provides an open-source solution similar to a gpbackup-manager for managing and inspecting gpbackup backups. This is very valuable for gpbackup users. Please correct me if my understanding is inaccurate.
I am currently trying to use gpbackman in a Cloudberry gpdemo environment. I was able to successfully build gpbackman, but I encountered an error when running the command:
[gpadmin@cdw gpbackman]$ ./gpbackman report-info \
--backup-dir /home/gpadmin/cloudberry/gpAux/gpdemo/datadirs/qddir/demoDataDir-1/backups/20260225/ \
--timestamp 20260225190002
20260225:23:20:06 gpbackman:gpadmin:cdw:081329-[ERROR]:-Unable to get info for backup 20260225190002. Error: no such table: backups
The backup files exist at the expected location:
$ ls ~/cloudberry/gpAux/gpdemo/datadirs/qddir/demoDataDir-1/backups/
20260225
$ ls ~/cloudberry/gpAux/gpdemo/datadirs/qddir/demoDataDir-1/backups/20260225/
20260225190002
I would like to ask:
- Is gpbackman expected to work directly with gpbackup backups created in a gpdemo environment?
In addition, I would like to ask whether you might be interested in supporting Apache Cloudberry. Since Cloudberry uses gpbackup (and our community maintains a fork at https://github.com/apache/cloudberry-backup), it would be great to explore compatibility or integration.
We would also be happy to collaborate or help test if needed.
Thanks again for creating this useful project!
Hi,
I am from the Apache Cloudberry community. Apache Cloudberry is an open-source MPP database originally derived from Greenplum, but it has since evolved independently with a more modernized kernel and ongoing development.
First of all, thank you for creating this project. From my understanding, gpbackman provides an open-source solution similar to a gpbackup-manager for managing and inspecting gpbackup backups. This is very valuable for gpbackup users. Please correct me if my understanding is inaccurate.
I am currently trying to use
gpbackmanin a Cloudberry gpdemo environment. I was able to successfully buildgpbackman, but I encountered an error when running the command:The backup files exist at the expected location:
I would like to ask:
In addition, I would like to ask whether you might be interested in supporting Apache Cloudberry. Since Cloudberry uses gpbackup (and our community maintains a fork at https://github.com/apache/cloudberry-backup), it would be great to explore compatibility or integration.
We would also be happy to collaborate or help test if needed.
Thanks again for creating this useful project!