Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overwrite backup file locally if it already exists #1011

Open
Baitur5 opened this issue Sep 16, 2024 · 1 comment
Open

Overwrite backup file locally if it already exists #1011

Baitur5 opened this issue Sep 16, 2024 · 1 comment

Comments

@Baitur5
Copy link

Baitur5 commented Sep 16, 2024

Problem: Currently, our backup system does not support the ability to overwrite existing backup files automatically, if saving it locally. This leads to the accumulation of redundant backup files and requires manual intervention to manage backup storage effectively.

Expected Behavior: When creating backups, the system should check if a backup file with the same name already exists. If it does, the system should offer an option to overwrite the existing file automatically.

@Baitur5 Baitur5 changed the title Overwrite backup file locally or remotely if it already exists Overwrite backup file locally if it already exists Sep 17, 2024
@Slach
Copy link
Collaborator

Slach commented Sep 17, 2024

if you try to create backup with name which already exists looks something wrong with your backup system design

could you provide more context?

which clickhouse-backup commands workflow do you use?
which is your backup storage?
which is your backup retention policy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants