Skip to content

Commit

Permalink
updated readme with ext_backup_policies table
Browse files Browse the repository at this point in the history
  • Loading branch information
kwadie committed Apr 18, 2023
1 parent d5b2a54 commit 92e4271
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,12 @@ WHERE jsonPayload.global_app_log = 'UNIFIED_LOG'
AND jsonPayload.unified_component = "2"
```

To get the backup policies that are manually added or assigned by the system based on fallbacks
```roomsql
SELECT * FROM `bq_backup_manager.ext_backup_policies`
```


## Limits
* Each `backup_operation_project` can run up to 50,000 table snapshot jobs per day.
* Each `backup_operation_project` can run 100,000 export jobs per day (e.g. to GCS). Could be extended by slot reservation.
Expand Down

0 comments on commit 92e4271

Please sign in to comment.