Skip to content

Commit 221daa8

Browse files
committed
Merge branch 'checkup_version_update_152' into 'master'
update checkup container version and mount path See merge request postgres-ai/database-lab!865
2 parents 0030c97 + 70e9cd5 commit 221daa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/packages/platform/src/utils/cfggen.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export DB_PWD=****
153153
`# Start check health of Postgres databases
154154
docker run \\
155155
-v $(pwd)/${data.projectName}.yml:/${data.projectName}.yml \\
156-
-v $(pwd)/artifacts:/artifacts \\`
156+
-v $(pwd)/artifacts:/checkup/artifacts \\`
157157

158158
if (data.sshKeysPath !== '') {
159159
result =
@@ -169,7 +169,7 @@ docker run \\
169169
-e ${hostsType}="${hosts}" \\
170170
-e CHECKUP_SNAPSHOT_DISTANCE_SECONDS=${data.collectPeriod} \\
171171
-e PGPASSWORD="$\{DB_PWD}" \\
172-
registry.gitlab.com/postgres-ai/postgres-checkup:1-5-1 bash run_checkup.sh
172+
registry.gitlab.com/postgres-ai/postgres-checkup:1-5-3 bash run_checkup.sh
173173
`
174174

175175
return result

0 commit comments

Comments
 (0)