Commit 49a7ef08180c243127c498545a245752e1bf4654
1 parent
6838581a
Exists in
master
and in
9 other branches
Seeding is part of the external db.
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
README.md
| @@ -485,12 +485,6 @@ We remind you that `/etc/gitlab/gitlab.rb` should have file permissions `0600` b | @@ -485,12 +485,6 @@ We remind you that `/etc/gitlab/gitlab.rb` should have file permissions `0600` b | ||
| 485 | 485 | ||
| 486 | Run `sudo gitlab-ctl reconfigure` for the change to take effect. | 486 | Run `sudo gitlab-ctl reconfigure` for the change to take effect. |
| 487 | 487 | ||
| 488 | -## Using a non-packaged PostgreSQL database management server | ||
| 489 | - | ||
| 490 | -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). | ||
| 491 | -Configuring a PostgreSQL server is possible both with GitLab Community Edition and Enterprise Edition packages. | ||
| 492 | -Please see the upstream GitLab for a [PostgreSQL configuration example][database.yml.postgresql]. | ||
| 493 | - | ||
| 494 | ### Seed the database (fresh installs only) | 488 | ### Seed the database (fresh installs only) |
| 495 | 489 | ||
| 496 | Omnibus-gitlab will not automatically seed your external database. Run the | 490 | Omnibus-gitlab will not automatically seed your external database. Run the |
| @@ -502,6 +496,12 @@ sudo gitlab-rake gitlab:setup | @@ -502,6 +496,12 @@ sudo gitlab-rake gitlab:setup | ||
| 502 | 496 | ||
| 503 | This is a destructive command; do not run it on an existing database! | 497 | This is a destructive command; do not run it on an existing database! |
| 504 | 498 | ||
| 499 | +## Using a non-packaged PostgreSQL database management server | ||
| 500 | + | ||
| 501 | +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). | ||
| 502 | +Configuring a PostgreSQL server is possible both with GitLab Community Edition and Enterprise Edition packages. | ||
| 503 | +Please see the upstream GitLab for a [PostgreSQL configuration example][database.yml.postgresql]. | ||
| 504 | + | ||
| 505 | ## Building your own package | 505 | ## Building your own package |
| 506 | 506 | ||
| 507 | See [the separate build documentation](doc/build.md). | 507 | See [the separate build documentation](doc/build.md). |