summaryrefslogtreecommitdiff
path: root/doc/update/upgrading_postgresql_using_slony.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/update/upgrading_postgresql_using_slony.md')
-rw-r--r--doc/update/upgrading_postgresql_using_slony.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/upgrading_postgresql_using_slony.md b/doc/update/upgrading_postgresql_using_slony.md
index a512fc303d1..89df7090977 100644
--- a/doc/update/upgrading_postgresql_using_slony.md
+++ b/doc/update/upgrading_postgresql_using_slony.md
@@ -36,7 +36,7 @@ command on your active database server:
sudo -u gitlab-psql /opt/gitlab/embedded/bin/pg_dump -h /var/opt/gitlab/postgresql -p 5432 -U gitlab-psql -s -f /tmp/structure.sql gitlabhq_production
```
-If you're not using GitLab's Omnibus package you may have to adjust the paths to
+If you're not using the Omnibus GitLab package you may have to adjust the paths to
`pg_dump` and the PostgreSQL installation directory to match the paths of your
configuration.