Skip to content
Snippets Groups Projects
Commit 7b858963 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Apply 2 suggestion(s) to 1 file(s)

parent 2d7e6cc0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -313,7 +313,7 @@ during package upgrades, unless specifically [opted out](#opt-out-of-automatic-p
 
CAUTION: **Before upgrading:**
It is important that you fully read this section before running any commands.
This upgrade requires downtime as the database must be down while the upgrade is being performed.
For single node installations, this upgrade requires downtime as the database must be down while the upgrade is being performed.
The length of time depends on the size of your database.
If you would rather avoid downtime, it is possible to upgrade to a new database
[using Slony](https://docs.gitlab.com/ee/update/upgrading_postgresql_using_slony.html).
Loading
Loading
@@ -336,8 +336,9 @@ sudo gitlab-ctl pg-upgrade
```
 
TIP: **Tip:**
`pg-upgrade` can take arguments. Run `gitlab-ctl pg-upgrade -h` to see the full
list.
`pg-upgrade` can take arguments, for example, you can set the timeout for the
execution of the underlying commands (`--timeout=1d2h3m4s5ms`).
Run `gitlab-ctl pg-upgrade -h` to see the full list.
 
`gitlab-ctl pg-upgrade` performs the following steps:
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment