File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ui/packages/platform/src/utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ export DB_PWD=****
153
153
`# Start check health of Postgres databases
154
154
docker run \\
155
155
-v $(pwd)/${ data . projectName } .yml:/${ data . projectName } .yml \\
156
- -v $(pwd)/artifacts:/artifacts \\`
156
+ -v $(pwd)/artifacts:/checkup/ artifacts \\`
157
157
158
158
if ( data . sshKeysPath !== '' ) {
159
159
result =
@@ -169,7 +169,7 @@ docker run \\
169
169
-e ${ hostsType } ="${ hosts } " \\
170
170
-e CHECKUP_SNAPSHOT_DISTANCE_SECONDS=${ data . collectPeriod } \\
171
171
-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
173
173
`
174
174
175
175
return result
You can’t perform that action at this time.
0 commit comments