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=****
153153 `# Start check health of Postgres databases
154154docker 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
You can’t perform that action at this time.
0 commit comments