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
Copy file name to clipboardExpand all lines: ChangeLog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# v2.6.6
2
2
3
3
IMPROVEMENTS
4
+
- Add `--replicated-copy-to-detached` option to restore command, it allows faster restore on multiple replicas, second and follow replicas will handle ATTACH_PART restore events, fix [1104](https://github.com/Altinity/clickhouse-backup/issues/1104)
4
5
- Add `CLICKHOUSE_SKIP_DISKS` config option, to allow skip backup some disk like object disks, fix [908](https://github.com/Altinity/clickhouse-backup/issues/908)
5
6
- Add simple check free size before disk download, to avoid 100% disk space usage, fix [878](https://github.com/Altinity/clickhouse-backup/issues/878)
6
7
- Add `--restore-schema-as-attach` CLI parameter and `POST /backup/restore/{name}`, fix [868](https://github.com/Altinity/clickhouse-backup/issues/868)
Copy file name to clipboardExpand all lines: ReadMe.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -754,6 +754,7 @@ Look at the system.parts partition and partition_id fields for details https://c
754
754
--configs-only Restore 'clickhouse-server' configuration files only, will skip backup data, will backup schema only if --schema added
755
755
--skip-projections db_pattern.table_pattern:projections_pattern Skip make hardlinks to *.proj/* files during backup restoring, format db_pattern.table_pattern:projections_pattern, use https://pkg.go.dev/path/filepath#Match syntax
756
756
--resume, --resumable Will resume download for object disk data
757
+
--replicated-copy-to-detached Copy data to detached folder for Replicated*MergeTree tables but skip ATTACH PART step
757
758
758
759
```
759
760
### CLI command - restore_remote
@@ -787,6 +788,7 @@ Look at the system.parts partition and partition_id fields for details https://c
787
788
--configs-only Restore 'clickhouse-server' configuration files only, will skip backup data, will backup schema only if --schema added
788
789
--skip-projections db_pattern.table_pattern:projections_pattern Skip make hardlinks to *.proj/* files during backup restoring, format db_pattern.table_pattern:projections_pattern, use https://pkg.go.dev/path/filepath#Match syntax
789
790
--resume, --resumable Save intermediate download state and resume download if backup exists on remote storage, ignored with 'remote_storage: custom' or 'use_embedded_backup_restore: true'
791
+
--replicated-copy-to-detached Copy data to detached folder for Replicated*MergeTree tables but skip ATTACH PART step
0 commit comments