@@ -14,18 +14,48 @@ You can manually delete the data in `bbdataarchive` database/schema.
1414
1515</HintBlock >
1616
17- Prior backup is only feasible when meeting ** any** of the following conditions:
17+ ## Supported Databases
18+
19+ | Database | Prerequisites | Prior Backup | 1-click Rollback |
20+ | ---------- | ------------------------------------------------------------------------------------- | ------------ | ---------------- |
21+ | MySQL | Create a ` bbdataarchive ` ** database** on the instance where your database is located. | ✅ | ✅ |
22+ | PostgreSQL | Create a ` bbdataarchive ` ** schema** on the database. | ✅ | ✅ |
23+ | Oracle | Create a ` bbdataarchive ` ** database** on the instance where your database is located. | ✅ | ❌ |
24+ | SQL Server | Create a ` bbdataarchive ` ** database** on the instance where your database is located. | ✅ | ✅ |
25+
26+ ## Supported Operations
27+
28+ We are working on removing more limitations preventing backup and 1-click rollback.
29+
30+ ### Enhanced experience
31+
32+ <HintBlock type =" info " >
33+
34+ Applicable to ` MySQL ` .
35+
36+ </HintBlock >
37+
38+ Prior backup is feasible when meeting ** any** of the following conditions:
39+
40+ 1 . The SQL size is less than 2M.
41+
42+ 1-click rollback is feasible when meeting ** any** of the following conditions:
43+
44+ 1 . The changed table has primary key.
45+
46+ ### Classic experience
47+
48+ <HintBlock type =" info " >
49+
50+ Applicable to ` PostgreSQL ` , ` Oracle ` , ` SQL Server ` .
51+
52+ </HintBlock >
53+
54+ Prior backup is feasible when meeting ** any** of the following conditions:
1855
19561 . No more than 5 statements and every statement is either ` UPDATE ` or ` DELETE ` .
20571 . All statements are ` UPDATE ` for the same table with ` PRIMARY KEY ` or ` UNIQUE KEY ` in ` WHERE ` clause.
2158
22- | Database | Prerequisites | 1-click Rollback |
23- | ---------- | ------------------------------------------------------------------------------------- | ---------------- |
24- | MySQL | Create a ` bbdataarchive ` ** database** on the instance where your database is located. | ✅ |
25- | PostgreSQL | Create a ` bbdataarchive ` ** schema** on the database. | ✅ |
26- | Oracle | Create a ` bbdataarchive ` ** database** on the instance where your database is located. | ❌ |
27- | SQL Server | Create a ` bbdataarchive ` ** database** on the instance where your database is located. | ✅ |
28-
2959## Create backup
3060
3161You can toggle ** Prior Backup** switch before or after creating the issue.
0 commit comments