ClickHouse/src/Backups
2024-10-24 12:27:52 +02:00
..
tests Revert "Remove default constructor of ReadSettings" 2024-08-12 13:06:03 +02:00
BackupCoordinationFileInfos.cpp
BackupCoordinationFileInfos.h Fixing more headers 2024-02-29 15:40:30 +00:00
BackupCoordinationKeeperMapTables.cpp
BackupCoordinationKeeperMapTables.h
BackupCoordinationLocal.cpp Fix making backup when multiple shards are used. 2024-04-25 19:25:07 +02:00
BackupCoordinationLocal.h Fix making backup when multiple shards are used. 2024-04-25 19:25:07 +02:00
BackupCoordinationRemote.cpp Change filenames of files with access entities inside a backup: 2024-09-19 12:43:09 +02:00
BackupCoordinationRemote.h Fix making backup when multiple shards are used. 2024-04-25 19:25:07 +02:00
BackupCoordinationReplicatedAccess.cpp Change filenames of files with access entities inside a backup: 2024-09-19 12:43:09 +02:00
BackupCoordinationReplicatedAccess.h Change filenames of files with access entities inside a backup: 2024-09-19 12:43:09 +02:00
BackupCoordinationReplicatedSQLObjects.cpp
BackupCoordinationReplicatedSQLObjects.h Useless changes 2024-05-09 01:08:33 +02:00
BackupCoordinationReplicatedTables.cpp Fix making backup when multiple shards are used. 2024-04-25 19:25:07 +02:00
BackupCoordinationReplicatedTables.h Fix making backup when multiple shards are used. 2024-04-25 19:25:07 +02:00
BackupCoordinationStage.cpp
BackupCoordinationStage.h Refactoring of the code for making a backup and restoring access entities. 2024-09-19 12:31:10 +02:00
BackupCoordinationStageSync.cpp Updated implementation 2024-01-25 14:31:49 +03:00
BackupCoordinationStageSync.h Updated implementation 2024-01-25 14:31:49 +03:00
BackupEntriesCollector.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
BackupEntriesCollector.h Support writing dependents of access entities to backup, added backup setting "write_access_entities_dependents". 2024-09-19 12:43:09 +02:00
BackupEntryFromAppendOnlyFile.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
BackupEntryFromAppendOnlyFile.h
BackupEntryFromImmutableFile.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
BackupEntryFromImmutableFile.h
BackupEntryFromMemory.cpp
BackupEntryFromMemory.h Follow up 2024-01-19 11:19:59 +01:00
BackupEntryFromSmallFile.cpp
BackupEntryFromSmallFile.h
BackupEntryReference.cpp
BackupEntryReference.h
BackupEntryWithChecksumCalculation.cpp
BackupEntryWithChecksumCalculation.h
BackupEntryWrappedWith.h
BackupFactory.cpp
BackupFactory.h Revert "Remove default constructor of ReadSettings" 2024-08-12 13:06:03 +02:00
BackupFileInfo.cpp Useless changes 2024-05-09 01:08:33 +02:00
BackupFileInfo.h Updated implementation 2024-01-25 14:31:49 +03:00
BackupImpl.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
BackupImpl.h working incremental password protected backups 2024-07-17 09:48:13 +02:00
BackupInfo.cpp Limit backtracking in parser 2024-03-17 19:54:45 +01:00
BackupInfo.h
BackupIO_AzureBlobStorage.cpp remove unwanted changes 2024-06-27 14:33:37 +00:00
BackupIO_AzureBlobStorage.h Merge remote-tracking branch 'upstream/master' into HEAD 2024-06-24 19:06:28 +00:00
BackupIO_Default.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
BackupIO_Default.h Useless changes 2024-05-09 01:08:33 +02:00
BackupIO_Disk.cpp More direct interface of Disk and ObjectStorage 2024-08-11 00:13:40 +02:00
BackupIO_Disk.h Reduce header dependencies 2024-03-19 17:04:29 +01:00
BackupIO_File.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
BackupIO_File.h
BackupIO_S3.cpp Introduce S3RequestSetting as pImpl 2024-10-24 12:27:52 +02:00
BackupIO_S3.h Improve checking capability for batch delete from S3. 2024-10-18 13:36:04 +02:00
BackupIO.h Useless changes 2024-05-09 01:08:33 +02:00
BackupOperationInfo.h Modify the code for build with new libcxx 2024-07-09 20:16:43 +00:00
BackupSettings.cpp Support writing dependents of access entities to backup, added backup setting "write_access_entities_dependents". 2024-09-19 12:43:09 +02:00
BackupSettings.h Enable by default backup setting "write_access_entities_dependents". 2024-09-19 19:28:59 +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 Useless changes 2024-05-09 01:08:33 +02:00
BackupsWorker.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
BackupsWorker.h Add parameter 'backups.test_randomize_order' to backup configuration 2024-07-28 03:44:01 +02:00
BackupUtils.cpp Move view targets to separate AST class "ASTViewTargets" 2024-07-16 14:33:13 +02:00
BackupUtils.h Put functions in BackupUtils.h to a separate namespace BackupUtils. 2024-04-11 10:28:14 +02:00
CMakeLists.txt
DDLAdjustingForBackupVisitor.cpp Move ServerSettings to pImpl 2024-10-16 21:13:26 +02:00
DDLAdjustingForBackupVisitor.h Fix making backup when multiple shards are used. 2024-04-25 19:25:07 +02:00
IBackup.h Useless changes 2024-05-09 01:08:33 +02:00
IBackupCoordination.h Useless changes 2024-05-09 01:08:33 +02:00
IBackupEntriesLazyBatch.cpp
IBackupEntriesLazyBatch.h
IBackupEntry.h
IRestoreCoordination.h Useless changes 2024-05-09 01:08:33 +02:00
registerBackupEngineAzureBlobStorage.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
registerBackupEngineS3.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
registerBackupEnginesFileAndDisk.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
RestoreCoordinationLocal.cpp Move view targets to separate AST class "ASTViewTargets" 2024-07-16 14:33:13 +02:00
RestoreCoordinationLocal.h Move view targets to separate AST class "ASTViewTargets" 2024-07-16 14:33:13 +02:00
RestoreCoordinationRemote.cpp Fix race condition in system.processes and Settings 2024-08-02 00:48:25 +02:00
RestoreCoordinationRemote.h Fix race condition in system.processes and Settings 2024-08-02 00:48:25 +02:00
RestorerFromBackup.cpp Merge pull request #69563 from vitlibar/restore-access-dependencies-2 2024-09-28 16:19:19 +00:00
RestorerFromBackup.h Add new restore setting "update_access_entities_dependents" to allow updating dependents of restored access entities. 2024-09-19 12:43:04 +02:00
RestoreSettings.cpp Rename restore setting "allow_unresolved_access_dependencies" -> "skip_unresolved_access_dependencies". 2024-09-19 19:28:56 +02:00
RestoreSettings.h Enable by default restore setting "update_access_entities_dependents". 2024-09-19 19:28:59 +02:00
SettingsFieldOptionalString.cpp hide Field::get in private, only use Field::safeGet 2024-08-10 13:01:55 +00:00
SettingsFieldOptionalString.h
SettingsFieldOptionalUUID.cpp hide Field::get in private, only use Field::safeGet 2024-08-10 13:01:55 +00:00
SettingsFieldOptionalUUID.h
WithRetries.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
WithRetries.h Move ZooKeeperRetries.h to Common 2024-01-30 19:02:17 +01:00