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
Bytebase allows taking **Prior Backup** before a data change is made. Bytebase stores the pre-snapshot of the affected rows, which allows you to revert that data change if needed.
9
9
10
-
## Support Matrix
10
+
<HintBlocktype="info">
11
+
12
+
The backup data is stored in your own database instance. Bytebase does not purge the backup data automatically.
13
+
You can manually delete the data in `bbdataarchive` database/schema.
14
+
15
+
</HintBlock>
11
16
12
17
Prior backup is only feasible when meeting **any** of the following conditions:
13
18
@@ -50,7 +55,7 @@ If the DML change contains more than 5 statements, then all statements will be b
0 commit comments