-
Notifications
You must be signed in to change notification settings - Fork 775
[OPIK-1093] add clickhouse-backup container #2535
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's double check the open comments before moving forward.
d06ad66
to
2e27e91
Compare
8c1d001
to
edb837b
Compare
edb837b
to
3186188
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's rename it to clickhouse-monitoring-service.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is a serviceMonitor for the operator, why do we need one for clickhouse itself as well?
BACKUPS_TO_KEEP_REMOTE: 3 | ||
REMOTE_STORAGE: s3 | ||
S3_ACL: private | ||
# S3_ENDPOINT: http://opik-minio:9000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these should be uncommented, so it will work out of the box for open source users which will enable backup.
I also think that backup should be enabled by only one clickhouse.backup.enabled=true
with no need for clickhouse.backup.backupServer.enabled=true
since this is the only solution we offer for cickhouse backup.
port: 7171 | ||
image: altinity/clickhouse-backup:2.6.23 | ||
backupCronJob: | ||
enabled: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here - only one toggle to enable backup
OPIK-1093