]> git.decadent.org.uk Git - dak.git/commitdiff
Added mention of groups required by update11.py
authorAllan Lyons <Allan_Lyons@wycliffe.ca>
Fri, 1 May 2009 17:49:04 +0000 (11:49 -0600)
committerAllan Lyons <Allan_Lyons@wycliffe.ca>
Fri, 1 May 2009 17:49:04 +0000 (11:49 -0600)
Update11.py requires some database groups to already exist.  So, move the mention of those groups ahead of the line that updates the database schema.

Signed-off-by: Allan Lyons <Allan_Lyons@wycliffe.ca>
docs/README.first

index 237d63cf6b54f0929a5c86bacab1556a31591c8e..c1eb3d36e56b9e12dfba4e4763719f90a5f4bcbe 100644 (file)
@@ -114,11 +114,11 @@ o If you have an existing archive:
      which are needed for this.  After changing all occurences of "projectb"
      to the name of your database (as defined in DB::Name) you can run:
          psql <DB::Name> < init_pool.sql
+   * Create the following groups in postgres: ftpmaster ftpteam ftptrainee
    * Run 'dak update-db' to upgrade the database schema.
    * Run 'dak init-db': it will populate your database with the values from
      dak.conf and apt.conf.
    * Run 'psql <DB::Name> < add_constraints.sql'.
 o Copy all templates from the "templates" directory to to the directory
   specified in Dir::Templates, and adapt them to your distribution.
-o Create an 'ftpmaster' group in postgres.