As part of a table's data model. First of all, for S3 backups (export/import). - [x] `tools dump`: https://github.com/ydb-platform/ydb/pull/12283 - [x] `tools restore`: https://github.com/ydb-platform/ydb/pull/12598 - [x] `export s3`: https://github.com/ydb-platform/ydb/pull/12882 - [x] `import s3`: https://github.com/ydb-platform/ydb/pull/13943 / https://github.com/ydb-platform/ydb/pull/14780 ### Changelog entry <!-- a user-readable short description of changes introduced in this PR --> Backup-restore changefeeds (flags `EnableChangefeedsExport` and `EnableChangefeedsImport`). ### Changelog category <!-- remove all except one --> * New feature
As part of a table's data model. First of all, for S3 backups (export/import).
tools dump: Backup changefeed configurations (tools dump) #12283tools restore: Restore changefeed configurations (tools restore) #12598export s3: Export changefeed's configuration to s3 #12882import s3: Import changefeed's configuration from s3 #13943 / Import changefeed's consumers from s3 #14780Changelog entry
Backup-restore changefeeds (flags
EnableChangefeedsExportandEnableChangefeedsImport).Changelog category