How do I recover accidentally deleted data in TencentDB for MySQL?
Data can be recovered through rollback. TencentDB for MySQL allows you to roll back databases or tables to any time point within the backup period. For more information, please see Data Rollback. How do I recover accidentally dropped databases or tables in TencentDB for MySQL?
Data can be recovered through rollback. TencentDB for MySQL allows you to roll back databases or tables to any time point within the backup period. For more information, please see Data Rollback. Note:
If the database or table to be rolled back has been dropped, you need to log in to the TencentDB instance and create a database or table with the same name as before first before performing rollback in the console.
With the rollback feature in the console, you can restore the data to any point in time within the backup period.
Will the current table data be overwritten during a rollback in TencentDB for MySQL?
A rollback operation will generate a new database or table in the original instance. Upon the completion of rollback, you can see both the new and original databases or tables. The new database or table after rollback are named "original database or table name_bak".
How do I query the real-time rollback progress and log when a TencentDB for MySQL rollback operation is underway?
You can query rollback progress and log during rollback in real time. For more information, please see Data Rollback.
Was this page helpful?