You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/settings/database.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -961,6 +961,9 @@ Setting `postgresql['version']` while using the PostgreSQL packaged with the Lin
961
961
throw errors about the data directory being initialized on a different version of PostgreSQL. If this is encountered,
962
962
see [Revert packaged PostgreSQL server to the previous version](#revert-packaged-postgresql-server-to-the-previous-version).
963
963
964
+
If you are doing a fresh install on an environment that previously had GitLab installed on it and you are using a pinned PostgreSQL version, first make
965
+
sure that any folders that relate to PostgreSQL are deleted and that there are no PostgreSQL processes running on the instance.
966
+
964
967
### Troubleshooting
965
968
966
969
#### Set `default_transaction_isolation` into `read committed`
0 commit comments