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 135
135
if ( data . password === 'inputpassword' ) {
136
136
result =
137
137
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 } ": " \\
139
140
&& read -s -p "" DB_PWD \\
140
- && PGPASSWORD="$\{DB_PWD} \\
141
+ && PGPASSWORD="$\{DB_PWD}" \\
141
142
&& `
142
143
}
143
144
@@ -157,12 +158,11 @@ EOF
157
158
result =
158
159
result +
159
160
`
160
- -e CHECKUP_CONFIG_PATH=". /${ data . projectName } .yml" \\
161
+ -e CHECKUP_CONFIG_PATH="/${ data . projectName } .yml" \\
161
162
-e ${ hostsType } ="${ hosts } " \\
162
163
-e CHECKUP_SNAPSHOT_DISTANCE_SECONDS=${ data . collectPeriod } \\
163
164
-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
166
166
`
167
167
168
168
return result
You can’t perform that action at this time.
0 commit comments