Skip to content
Snippets Groups Projects
Verified Commit 533586e9 authored by Clemens Beck's avatar Clemens Beck :rocket:
Browse files

Remove PostgreSQL 14 specific upgrade command

The `gitlab-ctl pg-upgrade` command now defaults to PostgreSQL 14,
so it can be called without arguments to upgrade.
parent ac2c3f91
No related branches found
No related tags found
Loading
......@@ -485,13 +485,6 @@ the upgrade:
sudo gitlab-ctl pg-upgrade
```
To upgrade to a specific PostgreSQL version, use the `-V` flag to append the
version. For example, to upgrade to PostgreSQL 14:
```shell
sudo gitlab-ctl pg-upgrade -V 14
```
NOTE:
`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`
......
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