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

[Server support] - Job to run a database backup #140

Open
Tracked by #136
matuella opened this issue Jul 19, 2021 · 0 comments
Open
Tracked by #136

[Server support] - Job to run a database backup #140

matuella opened this issue Jul 19, 2021 · 0 comments
Labels
enhancement New feature or changes to an existing one P1 Changes that should be worked now target: firebase Relates to Firebase and its sub-dependencies

Comments

@matuella
Copy link
Contributor

Create a scheduled function to run (and store) a backup of all Firestore database, allowing rollbacks if critical issues arise.

This can be done by using the Firebase Functions capabilities, alongside the Admin SDK permissions, storing it properly in a private Firebase Storage folder.

Although, not quite sure how long the timeframe of this cron job should be.


Sub-issue that relates to the Server support - #136.

@matuella matuella added new feature target: firebase Relates to Firebase and its sub-dependencies labels Jul 19, 2021
@matuella matuella added this to To do in Server support via automation Jul 19, 2021
@matuella matuella added enhancement New feature or changes to an existing one P1 Changes that should be worked now and removed new feature labels Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or changes to an existing one P1 Changes that should be worked now target: firebase Relates to Firebase and its sub-dependencies
Projects
Development

No branches or pull requests

1 participant