X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=setup%2FREADME;h=1ea78ee3a8e4c753885409591a760010b99fcef3;hb=5d9f54ab9ea4652d2a97f1d2b3d152f20f664ab8;hp=08f5c14fddad26d67c33113711a8663058bda32d;hpb=652eeb75bda2f7b2436e7e1333ddc61cf2b00c52;p=dak.git diff --git a/setup/README b/setup/README index 08f5c14f..1ea78ee3 100644 --- a/setup/README +++ b/setup/README @@ -41,6 +41,9 @@ Create the additional roles: # createuser -S -R -D ftpmaster # createuser -S -R -D ftpteam # createuser -S -R -D ftptrainee +# psql -d projectb -c "ALTER GROUP ftpteam ADD USER ftpmaster" +# psql -d projectb -c "ALTER GROUP ftptrainee ADD USER ftpmaster" +# psql -d projectb -c "ALTER GROUP ftptrainee ADD USER ftpteam" Create an empty database with SQL_ASCII encoding: # createdb -T template0 -E SQL_ASCII -O dak projectb