Skip to content

Commit d0ed672

Browse files
Google APIscopybara-github
authored andcommitted
docs: Allow 14 week backup retention for Firestore daily backups
PiperOrigin-RevId: 621269025
1 parent fed9845 commit d0ed672

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

google/firestore/admin/v1/firestore_admin.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,7 @@ service FirestoreAdmin {
329329

330330
// Creates a backup schedule on a database.
331331
// At most two backup schedules can be configured on a database, one daily
332-
// backup schedule with retention up to 7 days and one weekly backup schedule
333-
// with retention up to 14 weeks.
332+
// backup schedule and one weekly backup schedule.
334333
rpc CreateBackupSchedule(CreateBackupScheduleRequest)
335334
returns (BackupSchedule) {
336335
option (google.api.http) = {

0 commit comments

Comments
 (0)