You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| MySQL | Create a `bbdataarchive`**database** on the instance where your database is located. | ✅ | ✅ |
22
22
| PostgreSQL | Create a `bbdataarchive`**schema** on the database. | ✅ | ✅ |
23
-
| Oracle | Create a `bbdataarchive`**database** on the instance where your database is located. | ✅ |❌|
23
+
| Oracle | Create a `bbdataarchive`**database** on the instance where your database is located. | ✅ |✅|
24
24
| SQL Server | Create a `bbdataarchive`**database** on the instance where your database is located. | ✅ | ✅ |
25
25
26
26
## Supported Operations
@@ -31,7 +31,7 @@ We are working on enabling backup and 1-click rollback for more SQL statements.
31
31
32
32
<HintBlocktype="info">
33
33
34
-
Applicable to `MySQL`, `Oracle(Prior backup only)`.
34
+
Applicable to `MySQL`, `Oracle`.
35
35
36
36
</HintBlock>
37
37
@@ -45,7 +45,7 @@ Prior backup is feasible when meeting **all** of the following conditions:
45
45
46
46
1-click rollback is feasible when meeting **all** of the following conditions:
47
47
48
-
-The changed table has primary key.
48
+
-For `UPDATE`, the changed table has primary key and primary key columns are not updated.
49
49
50
50
### Classic experience
51
51
@@ -61,6 +61,10 @@ Prior backup is feasible when meeting **all** of the following conditions:
61
61
- No more than 5 statements and every statement is either `UPDATE` or `DELETE`, or all statements are `UPDATE` for the same table with `PRIMARY KEY` or `UNIQUE KEY` in `WHERE` clause.
62
62
- No mixed DDL/DML.
63
63
64
+
1-click rollback is feasible when meeting **all** of the following conditions:
65
+
66
+
- For `UPDATE`, the changed table has primary key and the primary key columns are not updated.
67
+
64
68
## Create backup
65
69
66
70
You can toggle **Prior Backup** switch before or after creating the issue.
0 commit comments