Merge branch 'main' into aws-kafka
This commit is contained in:
commit
28f59f67c8
|
|
@ -16,7 +16,7 @@
|
|||
/pages/linux/ @sbrl
|
||||
|
||||
/*.md @sbrl @kbdharun
|
||||
/.github/* @sbrl @kbdharun @sebastiaanspeck
|
||||
/.github/workflows/* @sbrl @kbdharun @sebastiaanspeck
|
||||
/scripts/* @sebastiaanspeck
|
||||
|
||||
/contributing-guides/maintainers-guide.md @sbrl @kbdharun
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.12'
|
||||
cache: 'pip'
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
# gcloud sql backups describe
|
||||
|
||||
> Retrieve information about a backup.
|
||||
> See also: `gcloud`.
|
||||
> More information: <https://cloud.google.com/sdk/gcloud/reference/sql/backups/describe>.
|
||||
|
||||
- Retrieve information about a backup:
|
||||
|
||||
`gcloud sql backups describe {{backup_id}} --instance={{instance_id}}`
|
||||
Loading…
Reference in New Issue