Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 70e9cd5

Browse files
DmitryFomin1NikolayS
authored andcommitted
update checkup container version and mount path
1 parent 5c12f88 commit 70e9cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /