8000 Comparing v2.6.19...master · Altinity/clickhouse-backup · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Altinity/clickhouse-backup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.19
Choose a base ref
...
head repository: Altinity/clickhouse-backup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 7 files changed
  • 2 contributors

Commits on May 26, 2025

  1. actualize CHANGELOG after #1151 (comment)

    Signed-off-by: Slach <bloodjazman@gmail.com>
    Slach committed May 26, 2025
    Configuration menu
    Copy the full SHA
    27510dd View commit details
    Browse the repository at this point in the history
  2. 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>
    Slach committed May 26, 2025
    Configuration menu
    Copy the full SHA
    207af82 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. 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>
    Slach committed May 27, 2025
    Configuration menu
    Copy the full SHA
    b1b23ac View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. actualize ChangeLog.md

    Signed-off-by: Slach <bloodjazman@gmail.com>
    Slach committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    0dda507 View commit details
    Browse the repository at this point in the history
  2. 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
    elliott-logrocket committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    363b18d View commit details
    Browse the repository at this point in the history
  3. 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
    elliott-logrocket committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    08b5978 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. try to debug CI/CD failures

    Signed-off-by: Slach <bloodjazman@gmail.com>
    Slach committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    692c208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c76576c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bea00c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93d2c02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9ff869 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc77620 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2310798 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. 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>
    Slach committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    54f6f0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3081417 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a87c06a View commit details
    Browse the repository at this point in the history
  4. 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…
    Slach authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    1fde657 View commit details
    Browse the repository at this point in the history
  5. 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
    Slach authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    6445f3e View commit details
    Browse the repository at this point in the history
  6. actualize ChangeLog.md

    Signed-off-by: Slach <bloodjazman@gmail.com>
    Slach committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    ad5cb74 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. watch command stop works with panic, fix #1166

    Signed-off-by: Slach <bloodjazman@gmail.com>
    Slach committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    a9f9ce8 View commit details
    Browse the repository at this point in the history
Loading
0