Compare commits

...

1 Commits

Author SHA1 Message Date
b9f0e75912 Update content 2023-10-28 07:30:50 +00:00
3 changed files with 113 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,7 @@ Backup Management
- :ref:`Querying Backups <gaussdb_06_0004>`
- :ref:`Querying an Automated Backup Policy <gaussdb_06_0005>`
- :ref:`Modifying an Automated Backup Policy <gaussdb_06_0006>`
- :ref:`Deleting a Manual Backup <deletegaussmysqlbackup>`
.. toctree::
:maxdepth: 1
@ -18,3 +19,4 @@ Backup Management
querying_backups
querying_an_automated_backup_policy
modifying_an_automated_backup_policy
deleting_a_manual_backup

View File

@ -8,6 +8,10 @@ Change History
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Released On | Description |
+===================================+=========================================================================================================================================================================================================================+
| 2023-10-25 | Modified the following content: |
| | |
| | Modified the response parameters and examples in :ref:`Deleting a Manual Backup <deletegaussmysqlbackup>`. |
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 2023-10-20 | Modified the following content: |
| | |
| | Added the **total_count** field to the example response in :ref:`Querying Resource Quotas <gaussdb_04_0011>`. |