File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
ui/packages/platform/src/utils Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 135135 if ( data . password === 'inputpassword' ) {
136136 result =
137137 result +
138- `echo -e "\\n\\nEnter the password for DB user "${ data . databaseUserName } ": " \\
138+ `echo -e "\\n\\nIMPORTANT: First, ensure you did 'docker login' for gitlab.registry.com, then proceed.\\n\\n" \\
139+ echo -e "\\n\\nEnter the password for DB user "${ data . databaseUserName } ": " \\
139140&& read -s -p "" DB_PWD \\
140- && PGPASSWORD="$\{DB_PWD} \\
141+ && PGPASSWORD="$\{DB_PWD}" \\
141142&& `
142143 }
143144
@@ -157,12 +158,11 @@ EOF
157158 result =
158159 result +
159160 `
160- -e CHECKUP_CONFIG_PATH=". /${ data . projectName } .yml" \\
161+ -e CHECKUP_CONFIG_PATH="/${ data . projectName } .yml" \\
161162 -e ${ hostsType } ="${ hosts } " \\
162163 -e CHECKUP_SNAPSHOT_DISTANCE_SECONDS=${ data . collectPeriod } \\
163164 -e PGPASSWORD="$\{DB_PWD}" \\
164- registry.gitlab.com/postgres-ai/postgres-checkup:latest \\
165- bash run_checkup.sh
165+ registry.gitlab.com/postgres-ai/postgres-checkup:latest bash run_checkup.sh
166166`
167167
168168 return result
You can’t perform that action at this time.
0 commit comments