Commit 9a259b4c890dc247bafe0723003f9bd611278ef8
Committed by
Jacob Vosmaer
1 parent
b4e68c7b
Exists in
6-9-stable-ee
and in
1 other branch
Seeding is part of the external db.
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
README.md
| ... | ... | @@ -403,12 +403,6 @@ We remind you that `/etc/gitlab/gitlab.rb` should have file permissions `0600` b |
| 403 | 403 | |
| 404 | 404 | Run `sudo gitlab-ctl reconfigure` for the change to take effect. |
| 405 | 405 | |
| 406 | -## Using a non-packaged PostgreSQL database management server | |
| 407 | - | |
| 408 | -If you do do not want to use the packaged Postgres server you can configure an external one similar to configuring a MySQL server (shown above). | |
| 409 | -Configuring a PostgreSQL server is possible both with GitLab Community Edition and Enterprise Edition packages. | |
| 410 | -Please see the upstream GitLab for a [PostgreSQL configuration example][database.yml.postgresql]. | |
| 411 | - | |
| 412 | 406 | ### Seed the database (fresh installs only) |
| 413 | 407 | |
| 414 | 408 | Omnibus-gitlab will not automatically seed your external database. Run the |
| ... | ... | @@ -420,6 +414,12 @@ sudo gitlab-rake gitlab:setup |
| 420 | 414 | |
| 421 | 415 | This is a destructive command; do not run it on an existing database! |
| 422 | 416 | |
| 417 | +## Using a non-packaged PostgreSQL database management server | |
| 418 | + | |
| 419 | +If you do do not want to use the packaged Postgres server you can configure an external one similar to configuring a MySQL server (shown above). | |
| 420 | +Configuring a PostgreSQL server is possible both with GitLab Community Edition and Enterprise Edition packages. | |
| 421 | +Please see the upstream GitLab for a [PostgreSQL configuration example][database.yml.postgresql]. | |
| 422 | + | |
| 423 | 423 | ## Building your own package |
| 424 | 424 | |
| 425 | 425 | See [the separate build documentation](doc/build.md). | ... | ... |