-
Notifications
You must be signed in to change notification settings - Fork 240
Comparing changes
Open a pull request
base repository: Altinity/clickhouse-backup
base: v2.6.19
head repository: Altinity/clickhouse-backup
compare: master
- 20 commits
- 7 files changed
- 2 contributors
Commits on May 26, 2025
-
actualize CHANGELOG after #1151 (comment)
Signed-off-by: Slach <bloodjazman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 27510dd - Browse repository at this point
Copy the full SHA 27510ddView commit details -
fix backup for azblob disk behavior when
storage_account_url
contai……ns container as first part in hostname Signed-off-by: Slach <bloodjazman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 207af82 - Browse repository at this point
Copy the full SHA 207af82View commit details
Commits on May 27, 2025
-
final changes to fix backup for azblob disk behavior when `storage_ac…
…count_url` contains container as first part in hostname, fix #1153 Signed-off-by: Slach <bloodjazman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b1b23ac - Browse repository at this point
Copy the full SHA b1b23acView commit details
Commits on Jun 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0dda507 - Browse repository at this point
Copy the full SHA 0dda507View commit details -
Fixes erroneous error when backup_to_keep_local=-1
Even if the number of delete local errors is 0 the condition is still triggered since 0 > -1
Configuration menu - View commit details
-
Copy full SHA for 363b18d - Browse repository at this point
Copy the full SHA 363b18dView commit details -
Checking that the local backup hasn't already been deleted by the cre…
…ate_remote step in watch If backups_to_keep_local=-1 then RemoveOldBackupsLocal will remove any local backups RemoveOldBackupsLocal is called on every call to Upload (so whenever CreateToRemote is called, so is RemoveOldBackupsLocal) This causes an issue when --watch-delete-source=false since Watch will also try to delete the new local backup after the CreateToRemote call finishes By adding a check that BackupsToKeepLocal is greater than zero we make sure that we do not get duplicate deletes which error out and cause Watch to abort erroneously
Configuration menu - View commit details
-
Copy full SHA for 08b5978 - Browse repository at this point
Copy the full SHA 08b5978View commit details
Commits on Jun 3, 2025
-
Signed-off-by: Slach <bloodjazman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 692c208 - Browse repository at this point
Copy the full SHA 692c208View commit details -
replace
wget -nv -P /root/ https://musl.cc/aarch64-linux-musl-cross.…
…tgz` to `mega-get https://mega.nz/file/zQwVHSYb#8WqqMUCTbbEVKDW55NPrRnM2-4SC-numNCLDKoTWtwQ /root/` Signed-off-by: Slach <bloodjazman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c76576c - Browse repository at this point
Copy the full SHA c76576cView commit details -
replace
wget -nv -P /root/ https://musl.cc/aarch64-linux-musl-cross.…
…tgz` to `mega-get https://mega.nz/file/zQwVHSYb#8WqqMUCTbbEVKDW55NPrRnM2-4SC-numNCLDKoTWtwQ /root/` Signed-off-by: Slach <bloodjazman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bea00c6 - Browse repository at this point
Copy the full SHA bea00c6View commit details -
replace
wget -nv -P /root/ https://musl.cc/aarch64-linux-musl-cross.…
…tgz` to `mega-get https://mega.nz/file/zQwVHSYb#8WqqMUCTbbEVKDW55NPrRnM2-4SC-numNCLDKoTWtwQ /root/` Signed-off-by: Slach <bloodjazman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 93d2c02 - Browse repository at this point
Copy the full SHA 93d2c02View commit details -
replace
wget -nv -P /root/ https://musl.cc/aarch64-linux-musl-cross.…
…tgz` to `mega-get https://mega.nz/file/zQwVHSYb#8WqqMUCTbbEVKDW55NPrRnM2-4SC-numNCLDKoTWtwQ /root/` Signed-off-by: Slach <bloodjazman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c9ff869 - Browse repository at this point
Copy the full SHA c9ff869View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc77620 - Browse repository at this point
Copy the full SHA dc77620View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2310798 - Browse repository at this point
Copy the full SHA 2310798View commit details
Commits on Jun 4, 2025
-
apply workaround with 2>/dev/null for broken SAS token generation in …
…azure-cli, look detail in Azure/azure-cli#31591 Signed-off-by: Slach <bloodjazman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 54f6f0b - Browse repository at this point
Copy the full SHA 54f6f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3081417 - Browse repository at this point
Copy the full SHA 3081417View commit details -
Configuration menu - View commit details
-
Copy full SHA for a87c06a - Browse repository at this point
Copy the full SHA a87c06aView commit details -
Merge pull request #1159 from elliott-logrocket/error-on-watch-when-d…
…elete-source-not-specified Checking that the local backup hasn't already been deleted by the cre…
Configuration menu - View commit details
-
Copy full SHA for 1fde657 - Browse repository at this point
Copy the full SHA 1fde657View commit details -
Merge pull request #1158 from elliott-logrocket/error-on-watch-when-k…
…eep-local-is-negative Fixes erroneous error when backup_to_keep_local=-1
Configuration menu - View commit details
-
Copy full SHA for 6445f3e - Browse repository at this point
Copy the full SHA 6445f3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5cb74 - Browse repository at this point
Copy the full SHA ad5cb74View commit details
Commits on Jun 17, 2025
-
watch command stop works with panic, fix #1166
Signed-off-by: Slach <bloodjazman@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a9f9ce8 - Browse repository at this point
Copy the full SHA a9f9ce8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.6.19...master