Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/administration/postgresql/multiple_databases.md')
-rw-r--r--doc/administration/postgresql/multiple_databases.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/postgresql/multiple_databases.md b/doc/administration/postgresql/multiple_databases.md
index 5dcb080d707..9e5e34d930c 100644
--- a/doc/administration/postgresql/multiple_databases.md
+++ b/doc/administration/postgresql/multiple_databases.md
@@ -41,7 +41,7 @@ databases. Some examples:
To migrate existing data from the `main` database to the `ci` database, you can
copy the database across.
-### Existing source installation
+### Existing self-compiled installation
1. Stop GitLab, except for PostgreSQL:
@@ -98,7 +98,7 @@ You must stop GitLab before setting up multiple databases. This prevents
split-brain situations, where `main` data is written to the `ci` database, and
the other way around.
-### Installations from source
+### Self-compiled installations
1. For existing installations,
[migrate the data](#migrate-existing-installations) first.