Merge branch 'master' into 2857-collection-tests
[arvados.git] / docker / api / config_databases.sh.in
index 8c74c5a0abbee6c38978d75232d4891198c2a897..b548c2105b90fcab6180a0b83a3e06e80702ad7f 100755 (executable)
@@ -8,8 +8,7 @@ alter role postgres with encrypted password '@@POSTGRES_ROOT_PW@@';
 create user @@ARVADOS_DEV_USER@@ with encrypted password '@@ARVADOS_DEV_PW@@';
 create database @@ARVADOS_DEV_DB@@ with owner @@ARVADOS_DEV_USER@@;
 
-create user @@ARVADOS_TEST_USER@@ with encrypted password '@@ARVADOS_TEST_PW@@';
-create database @@ARVADOS_TEST_DB@@ with owner @@ARVADOS_TEST_USER@@;
+create user @@ARVADOS_TEST_USER@@ with createdb encrypted password '@@ARVADOS_TEST_PW@@';
 
 create user @@ARVADOS_PROD_USER@@ with encrypted password '@@ARVADOS_PROD_PW@@';
 create database @@ARVADOS_PROD_DB@@ with owner @@ARVADOS_PROD_USER@@;