ClickHouse/src/Backups
2024-01-16 18:49:37 +01:00
..
tests Fix tests. 2023-08-03 13:52:35 +02:00
BackupCoordinationFileInfos.cpp Review comments 2023-11-17 10:11:15 +00:00
BackupCoordinationFileInfos.h Simplify backup coordination for file infos (#48095) 2023-03-29 15:19:40 +02:00
BackupCoordinationKeeperMapTables.cpp Local backup and restore 2023-11-08 10:22:44 +00:00
BackupCoordinationKeeperMapTables.h Make on cluster backup/restore work 2023-11-08 13:16:38 +00:00
BackupCoordinationLocal.cpp Local backup and restore 2023-11-08 10:22:44 +00:00
BackupCoordinationLocal.h Define BackupReferenceEntry 2023-11-13 14:43:02 +00:00
BackupCoordinationRemote.cpp Allow KILL QUERY to cancel backups/restores. 2024-01-15 02:22:35 +01:00
BackupCoordinationRemote.h Allow KILL QUERY to cancel backups/restores. 2024-01-15 02:22:35 +01:00
BackupCoordinationReplicatedAccess.cpp Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
BackupCoordinationReplicatedAccess.h Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
BackupCoordinationReplicatedSQLObjects.cpp Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
BackupCoordinationReplicatedSQLObjects.h Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
BackupCoordinationReplicatedTables.cpp Use hash_of_all_files from system.parts to check identity of parts during on-cluster backups. 2023-06-14 20:39:50 +02:00
BackupCoordinationReplicatedTables.h Added Keeper retries for backups operations (#47224) 2023-04-04 18:12:08 +02:00
BackupCoordinationStage.cpp More configurable collecting metadata for backup. 2023-09-25 12:22:18 +02:00
BackupCoordinationStage.h More configurable collecting metadata for backup. 2023-09-25 12:22:18 +02:00
BackupCoordinationStageSync.cpp Update BackupCoordinationStageSync.cpp 2023-12-29 17:58:24 +01:00
BackupCoordinationStageSync.h Fix retries for disconnected nodes for BACKUP/RESTORE ON CLUSTER. 2023-12-12 00:35:05 +01:00
BackupEntriesCollector.cpp Allow KILL QUERY to cancel backups/restores. 2024-01-15 02:22:35 +01:00
BackupEntriesCollector.h Allow KILL QUERY to cancel backups/restores. 2024-01-15 02:22:35 +01:00
BackupEntryFromAppendOnlyFile.cpp Make async reader work with any impl 2023-05-22 19:54:04 +02:00
BackupEntryFromAppendOnlyFile.h Add backup setting "decrypt_files_from_encrypted_disks" 2023-05-16 14:27:27 +02:00
BackupEntryFromImmutableFile.cpp Disable using fs cache for backup/restore. 2023-08-03 13:52:32 +02:00
BackupEntryFromImmutableFile.h Disable using fs cache for backup/restore. 2023-08-03 13:52:32 +02:00
BackupEntryFromMemory.cpp Remove ReadSettings from backup entries. 2023-05-16 14:27:27 +02:00
BackupEntryFromMemory.h Remove ReadSettings from backup entries. 2023-05-16 14:27:27 +02:00
BackupEntryFromSmallFile.cpp Disable using fs cache for backup/restore #2. 2023-08-03 13:52:35 +02:00
BackupEntryFromSmallFile.h Disable using fs cache for backup/restore #2. 2023-08-03 13:52:35 +02:00
BackupEntryReference.cpp Define BackupReferenceEntry 2023-11-13 14:43:02 +00:00
BackupEntryReference.h Define BackupReferenceEntry 2023-11-13 14:43:02 +00:00
BackupEntryWithChecksumCalculation.cpp Disable using fs cache for backup/restore. 2023-08-03 13:52:32 +02:00
BackupEntryWithChecksumCalculation.h Disable using fs cache for backup/restore. 2023-08-03 13:52:32 +02:00
BackupEntryWrappedWith.h Disable using fs cache for backup/restore. 2023-08-03 13:52:32 +02:00
BackupFactory.cpp In messages, put values into quotes 2023-03-30 22:46:18 -07:00
BackupFactory.h Add ability to override credentials for accessing base backup in S3 2023-08-30 20:16:22 +02:00
BackupFileInfo.cpp Allow KILL QUERY to cancel backups/restores. 2024-01-15 02:22:35 +01:00
BackupFileInfo.h Allow KILL QUERY to cancel backups/restores. 2024-01-15 02:22:35 +01:00
BackupImpl.cpp Explicit finalize() function in ZipArchiveWriter. 2023-12-24 00:33:59 +01:00
BackupImpl.h Explicit finalize() function in ZipArchiveWriter. 2023-12-24 00:33:59 +01:00
BackupInfo.cpp Cosmetic 2023-12-20 18:44:09 +01:00
BackupInfo.h Add ability to override credentials for accessing base backup in S3 2023-08-30 20:16:22 +02:00
BackupIO_Default.cpp Cleanup 2023-11-17 10:27:19 +00:00
BackupIO_Default.h Disable using fs cache for backup/restore. 2023-08-03 13:52:32 +02:00
BackupIO_Disk.cpp Address comments 2023-11-14 14:33:34 +00:00
BackupIO_Disk.h Address comments 2023-11-14 14:33:34 +00:00
BackupIO_File.cpp Address comments 2023-11-14 14:33:34 +00:00
BackupIO_File.h Address comments 2023-11-14 14:33:34 +00:00
BackupIO_S3.cpp Avoid sending ComposeObject requests after upload to GCS 2023-12-29 11:53:49 +01:00
BackupIO_S3.h Implement system table blob_storage_log 2023-11-21 09:18:25 +00:00
BackupIO.h Address comments 2023-11-14 14:33:34 +00:00
BackupOperationInfo.h Add base backup name to system.backups and system.backup_log tables 2023-12-23 11:08:50 +08:00
BackupSettings.cpp Add backup setting "check_parts" and restore setting "restore_broken_parts_as_detached". 2023-09-04 18:54:03 +02:00
BackupSettings.h Add backup setting "check_parts" and restore setting "restore_broken_parts_as_detached". 2023-09-04 18:54:03 +02:00
BackupStatus.cpp Use special statuses BACKUP_CANCELLED and RESTORE_CANCELLED in system.backups 2024-01-16 15:07:24 +01:00
BackupStatus.h Use special statuses BACKUP_CANCELLED and RESTORE_CANCELLED in system.backups 2024-01-16 15:07:24 +01:00
BackupsWorker.cpp Use the same row in system.processes and the same query_id for both a BACKUP/RESTORE query started by user and its asynchronous execution in a separate thread. 2024-01-16 18:49:37 +01:00
BackupsWorker.h Use the same row in system.processes and the same query_id for both a BACKUP/RESTORE query started by user and its asynchronous execution in a separate thread. 2024-01-16 18:49:37 +01:00
BackupUtils.cpp Use same UUIDs for tables on replicas created by RESTORE ON CLUSTER. 2023-08-23 22:55:46 +02:00
BackupUtils.h Use same UUIDs for tables on replicas created by RESTORE ON CLUSTER. 2023-08-23 22:55:46 +02:00
CMakeLists.txt
DDLAdjustingForBackupVisitor.cpp Use same UUIDs for tables on replicas created by RESTORE ON CLUSTER. 2023-08-23 22:55:46 +02:00
DDLAdjustingForBackupVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
IBackup.h Load base backups lazily (if a backup is not needed it won't be loaded). 2023-11-09 19:29:04 +01:00
IBackupCoordination.h Local backup and restore 2023-11-08 10:22:44 +00:00
IBackupEntriesLazyBatch.cpp Define BackupReferenceEntry 2023-11-13 14:43:02 +00:00
IBackupEntriesLazyBatch.h Store columns.txt in backups for the Memory table engine too. 2022-07-05 19:03:20 +02:00
IBackupEntry.h Define BackupReferenceEntry 2023-11-13 14:43:02 +00:00
IRestoreCoordination.h Define BackupReferenceEntry 2023-11-13 14:43:02 +00:00
registerBackupEngineS3.cpp Add ability to override credentials for accessing base backup in S3 2023-08-30 20:16:22 +02:00
registerBackupEnginesFileAndDisk.cpp Add ability to override credentials for accessing base backup in S3 2023-08-30 20:16:22 +02:00
RestoreCoordinationLocal.cpp Define BackupReferenceEntry 2023-11-13 14:43:02 +00:00
RestoreCoordinationLocal.h Define BackupReferenceEntry 2023-11-13 14:43:02 +00:00
RestoreCoordinationRemote.cpp Allow KILL QUERY to cancel backups/restores. 2024-01-15 02:22:35 +01:00
RestoreCoordinationRemote.h Allow KILL QUERY to cancel backups/restores. 2024-01-15 02:22:35 +01:00
RestorerFromBackup.cpp Allow KILL QUERY to cancel backups/restores. 2024-01-15 02:22:35 +01:00
RestorerFromBackup.h Allow KILL QUERY to cancel backups/restores. 2024-01-15 02:22:35 +01:00
RestoreSettings.cpp Add backup setting "check_parts" and restore setting "restore_broken_parts_as_detached". 2023-09-04 18:54:03 +02:00
RestoreSettings.h Add backup setting "check_parts" and restore setting "restore_broken_parts_as_detached". 2023-09-04 18:54:03 +02:00
SettingsFieldOptionalString.cpp Introduce clean-up of the source storage policy by setting it to an empty string 2023-07-27 18:17:47 +03:00
SettingsFieldOptionalString.h Introduce clean-up of the source storage policy by setting it to an empty string 2023-07-27 18:17:47 +03:00
SettingsFieldOptionalUUID.cpp Updated strategy for handling internal backups & restores to avoid concurrent internal backups & restores - Added settings to disallow concurrent backups and restores 2023-01-17 22:27:13 +01:00
SettingsFieldOptionalUUID.h Updated strategy for handling internal backups & restores to avoid concurrent internal backups & restores - Added settings to disallow concurrent backups and restores 2023-01-17 22:27:13 +01:00
WithRetries.cpp Allow KILL QUERY to cancel backups/restores. 2024-01-15 02:22:35 +01:00
WithRetries.h Allow KILL QUERY to cancel backups/restores. 2024-01-15 02:22:35 +01:00