David L
David L

Reputation: 1364

How to Change the Scheduled Time for Firebase RTDB Automatic Backups?

I am using Firebase THe Realtime Database's automatic backups; however, I noticed that these backups are being generated every day at 6:30 PM, which is before the end of the workday. In other Firebase RTDB projects, I see that backups are correctly scheduled for the early morning, but I haven't found a way to make this change.

How can I change the backup time to occur during the early morning (e.g., around 2:00 AM)?

The documentation states:

Scheduling Your Database backup is assigned to a specific hour each day that ensures even load and highest availability for all backup customers. This scheduled backup will occur regardless of if you do any manual backups throughout the day.

Upvotes: 0

Views: 18

Answers (1)

Alex Mamo
Alex Mamo

Reputation: 138969

I am using Firebase RTDB's automatic backups; however, I noticed that these backups are being generated every day at 6:30 PM, which is before the end of the workday.

That time (6:30 PM) was automatically set by Firebase according to what the system thought was the best time for your project.

In other Firebase RTDB projects, I see that backups are correctly scheduled for the early morning, but I haven't found a way to make this change.

The same happened to the other projects. However, you cannot change that, and as the official documentation related to Automated Backups states:

This scheduled backup will occur regardless of if you do any manual backups throughout the day.

Upvotes: 0

Related Questions