sascha@164: For the artifact database sascha@164: # su - postgres sascha@164: $ createuser --no-createrole --no-superuser --pwprompt --no-createdb artifacts sascha@164: $ createdb --encoding=UTF-8 --owner artifacts artifactsdb sascha@164: sascha@164: For the flys database sascha@164: sascha@164: # su - postgres sascha@164: $ createuser --no-createrole --no-superuser --pwprompt --no-createdb flys sascha@164: $ createdb --encoding=UTF-8 --owner flys flystest1