Skip to content

Commit ca4540f

Browse files
committed
conf: start postgres manually
1 parent 127caeb commit ca4540f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf.d/main

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ rm -f /opt/gitlab/embedded/nodes/tkldev.json
5151
rm -f /etc/gitlab/gitlab-secrets.json
5252

5353
# clear secrets (they will be regenerated automatically)
54+
gitlab-ctl start postgresql
5455
echo -e 'ApplicationSetting.first.delete\n' | gitlab-rails console -e production
5556
cat <<EOF | gitlab-rails dbconsole --database main
5657
UPDATE projects SET runners_token = null, runners_token_encrypted = null;

0 commit comments

Comments
 (0)