From 9a259b4c890dc247bafe0723003f9bd611278ef8 Mon Sep 17 00:00:00 2001 From: GitLab Date: Fri, 30 May 2014 16:49:10 +0200 Subject: [PATCH] Seeding is part of the external db. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 86e6a93..820535e 100644 --- a/README.md +++ b/README.md @@ -403,12 +403,6 @@ We remind you that `/etc/gitlab/gitlab.rb` should have file permissions `0600` b Run `sudo gitlab-ctl reconfigure` for the change to take effect. -## Using a non-packaged PostgreSQL database management server - -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). -Configuring a PostgreSQL server is possible both with GitLab Community Edition and Enterprise Edition packages. -Please see the upstream GitLab for a [PostgreSQL configuration example][database.yml.postgresql]. - ### Seed the database (fresh installs only) Omnibus-gitlab will not automatically seed your external database. Run the @@ -420,6 +414,12 @@ sudo gitlab-rake gitlab:setup This is a destructive command; do not run it on an existing database! +## Using a non-packaged PostgreSQL database management server + +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). +Configuring a PostgreSQL server is possible both with GitLab Community Edition and Enterprise Edition packages. +Please see the upstream GitLab for a [PostgreSQL configuration example][database.yml.postgresql]. + ## Building your own package See [the separate build documentation](doc/build.md). -- libgit2 0.21.2