Skip to content

Commit c9f11c3

Browse files
Vasanth Sjotruon
authored andcommitted
Added - Operator driven backup
1 parent 2c386ce commit c9f11c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/docs/d/mysql_mysql_backup.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following attributes are exported:
3535
* `backup_size_in_gbs` - The size of the backup in base-2 (IEC) gibibytes. (GiB).
3636
* `backup_type` - The type of backup.
3737
* `compartment_id` - The OCID of the compartment.
38-
* `creation_type` - If the backup was created automatically, or by a manual request.
38+
* `creation_type` - Indicates how the backup was created: manually, automatic, or by an Operator.
3939
* `data_storage_size_in_gb` - Initial size of the data volume in GiBs.
4040
* `db_system_id` - The OCID of the DB System the backup is associated with.
4141
* `db_system_snapshot` - Snapshot of the DbSystem details at the time of the backup

website/docs/d/mysql_mysql_backups.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following attributes are exported:
5454
* `backup_size_in_gbs` - The size of the backup in base-2 (IEC) gibibytes. (GiB).
5555
* `backup_type` - The type of backup.
5656
* `compartment_id` - The OCID of the compartment.
57-
* `creation_type` - If the backup was created automatically, or by a manual request.
57+
* `creation_type` - Indicates how the backup was created: manually, automatic, or by an Operator.
5858
* `data_storage_size_in_gb` - Initial size of the data volume in GiBs.
5959
* `db_system_id` - The OCID of the DB System the backup is associated with.
6060
* `db_system_snapshot` - Snapshot of the DbSystem details at the time of the backup

website/docs/r/mysql_mysql_backup.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following attributes are exported:
5454
* `backup_size_in_gbs` - The size of the backup in base-2 (IEC) gibibytes. (GiB).
5555
* `backup_type` - The type of backup.
5656
* `compartment_id` - The OCID of the compartment.
57-
* `creation_type` - If the backup was created automatically, or by a manual request.
57+
* `creation_type` - Indicates how the backup was created: manually, automatic, or by an Operator.
5858
* `data_storage_size_in_gb` - Initial size of the data volume in GiBs.
5959
* `db_system_id` - The OCID of the DB System the backup is associated with.
6060
* `db_system_snapshot` - Snapshot of the DbSystem details at the time of the backup

0 commit comments

Comments
 (0)