Commit 2840e55c authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'sh-fix-ha-database-setup-docs' into 'master'

Remove `gitlab-rake gitlab:setup` from HA init docs

Closes #34205

See merge request gitlab-org/gitlab!18762
parents 44cc9160 589614e4
......@@ -99,14 +99,14 @@ these additional steps before proceeding with GitLab installation.
## First GitLab application server
As a final step, run the setup rake task **only on** the first GitLab application server.
Do not run this on additional application servers.
On the first application server, run:
1. Initialize the database by running `sudo gitlab-rake gitlab:setup`.
1. Run `sudo gitlab-ctl reconfigure` to compile the configuration.
```sh
sudo gitlab-ctl reconfigure
```
CAUTION: **WARNING:** Only run this setup task on **NEW** GitLab instances because it
will wipe any existing data.
This should compile the configuration and initialize the database. Do
not run this on additional application servers until the next step.
## Extra configuration for additional GitLab application servers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment