All checks were successful
cc-ci/testme cc-ci: success
Move the postgres and clickhouse backup/restore hook logic out of inline compose labels into dedicated pg_backup.sh / clickhouse_backup.sh config scripts (the pattern other recipes use), and trim the verbose explanatory comments down to the essential rationale, now living in the scripts.
6 lines
184 B
Bash
6 lines
184 B
Bash
export CLICKHOUSE_CONF_VERSION=v2
|
|
export CLICKHOUSE_USER_CONF_VERSION=v2
|
|
export CLICKHOUSE_ENTRYPOINT_VERSION=v6
|
|
export PG_BACKUP_VERSION=v1
|
|
export CLICKHOUSE_BACKUP_SCRIPT_VERSION=v1
|