From cf4f3afca73a127a555a3a141cce2b77a201a09a Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 24 Nov 2022 10:53:53 +0200 Subject: [PATCH] fix db name --- templates/env.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/env.j2 b/templates/env.j2 index 91ab378..7e29632 100644 --- a/templates/env.j2 +++ b/templates/env.j2 @@ -60,7 +60,7 @@ POSTGRES_PASSWORD={{ mastodon_db_password }} #DB_HOST=pgbouncer DB_HOST={{ mastodon_db_login_unix_socket }} DB_USER={{ mastodon_db_user }} -DB_NAME={{ mastodon_db }} +DB_NAME={{ mastodon_db }}_{{ mastodon_environment }} DB_PASS={{ mastodon_db_password }} DB_PORT=5432