forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
2.1 KiB
2.1 KiB
Savepoint
Savepoints are used to save and restore data of the customized version.
Savepoints provided by Hudi can save different commits so that the cleaner program does not delete them. You can use rollback to restore them later.
Using Hudi CLI to manage savepoints includes:
- Creating a savepoint
- Rolling back a savepoint
Parent topic: Data Management and Maintenance