Is there a way to create remote backup without key or password #1095
-
Is there a way to create remote backup without key or password. If we mount private key of remote server to clickhouse backup container will it be able to create a remote backup with that key, so that explicitly create remote command can be called without key or password. |
Beta Was this translation helpful? Give feedback.
Answered by
Slach
Feb 27, 2025
Replies: 1 comment 11 replies
-
look https://github.com/Altinity/clickhouse-backup?tab=readme-ov-file#explain-config-parameters use environment variables CLICKHOUSE_USER and CLICKHOUSE_PASSWORD and mount secrets for these variables |
Beta Was this translation helpful? Give feedback.
11 replies
Answer selected by
Slach
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
look https://github.com/Altinity/clickhouse-backup?tab=readme-ov-file#explain-config-parameters
use environment variables CLICKHOUSE_USER and CLICKHOUSE_PASSWORD and mount secrets for these variables