From 5d9bc4dea68d93967ac71353455cd2b990ee4262 Mon Sep 17 00:00:00 2001 From: Allan Lyons Date: Fri, 1 May 2009 11:49:04 -0600 Subject: [PATCH] Added mention of groups required by update11.py 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 --- docs/README.first | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.first b/docs/README.first index 237d63cf..c1eb3d36 100644 --- a/docs/README.first +++ b/docs/README.first @@ -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 < 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 < 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. -- 2.39.2