Status Update
Comments
va...@google.com <va...@google.com>
va...@google.com <va...@google.com> #2
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
de...@simpleclub.com <de...@simpleclub.com> #3
Hello,
Firestore supports exporting of non-default databases via both Google Cloud Console and the gcloud CLI, please refer to
Thanks.
Description
Cloud Firestore (Firebase)
Issue:
The user wants to know where the backups are being saved in order to view the ones that are visible in the CLI
Info:
The user is trying to implement Create and manage backup schedules [2], the user is able to schedule the backups now to backup their firebase database. The are using the following commands to schedule the backup:
gcloud alpha firestore backups schedules create \
--database='
DATABASE_ID' \
--recurrence=daily \
--retention=
RETENTION_PERIOD
The backup has been created correctly and was tested creating a new database in GCP and schedule a daily backup, the backups are created correctly:
gcloud alpha firestore backups list --format="table(name, database, state)"
The Cx is able to view the database backups in the CLI [1], but he wants to know where the backups were created? Checked the scheduled backups and he is unable to view them. I asked the user to check in cloud storage the backups are not there. Checked in my test project and I’m unable to view the either, I can view them in the CLI but he wants to know where in the console to check, the documentation does not mention where the backups are saved [2]
This feature is under Pre-GA [1] offerings so the support we can offer is very limited. It's not possible to list the backups in the Cloud Console at the moment, so I created a feature request in behalf of the user to review the implementation of such feature.
[1]:
[2]: