Skip to content

Commit 190edbd

Browse files
Description in the changelog about changefeed backup/restore (#12840)
1 parent 852697f commit 190edbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/apps/ydb/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
* Backup and restore of changefeeds has been added to `ydb tools dump` and `ydb tools restore`. As a result, there are changes in the backup file structure: for tables with changefeeds, a subdirectory is created for each changefeed, named after the changefeed. This subdirectory contains two files: `changefeed_description.pb`, which contains the changefeed description, and `topic_description.pb`, which contains information about the underlying topic.
12
* Added `--skip-checksum-validation` option to `ydb import s3` command to skip server-side checksum validation.
23

34
## 2.18.0 ##

0 commit comments

Comments
 (0)