We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0030c97 + 70e9cd5 commit 221daa8Copy full SHA for 221daa8
ui/packages/platform/src/utils/cfggen.ts
@@ -153,7 +153,7 @@ export DB_PWD=****
153
`# Start check health of Postgres databases
154
docker run \\
155
-v $(pwd)/${data.projectName}.yml:/${data.projectName}.yml \\
156
- -v $(pwd)/artifacts:/artifacts \\`
+ -v $(pwd)/artifacts:/checkup/artifacts \\`
157
158
if (data.sshKeysPath !== '') {
159
result =
@@ -169,7 +169,7 @@ docker run \\
169
-e ${hostsType}="${hosts}" \\
170
-e CHECKUP_SNAPSHOT_DISTANCE_SECONDS=${data.collectPeriod} \\
171
-e PGPASSWORD="$\{DB_PWD}" \\
172
- registry.gitlab.com/postgres-ai/postgres-checkup:1-5-1 bash run_checkup.sh
+ registry.gitlab.com/postgres-ai/postgres-checkup:1-5-3 bash run_checkup.sh
173
`
174
175
return result
0 commit comments