Du måste skapa motsvarande användare och databas manuellt så här:
i skal:psql
sedan:
create user alphauser with password 'alphapassword';
create database alpha_database owner alphauser;
alter user alphauser superuser createrole createdb replication;
\q
glöm inte semikolon.