From 5880669daea07f078e2bd9deb6e1a0793f6a929f Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 8 Jul 2016 12:59:29 -0400 Subject: Bug 542507 - [PostgreSQL] The db_user sometimes cannot connect to the "template1" database --- template/en/default/setup/strings.txt.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'template') diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 4b1bc873e..3adb06b85 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -141,6 +141,7 @@ END localconfig_db_name => <<'END', The name of the database. For Oracle, this is the database's SID. For SQLite, this is a name (or path) for the DB file. +For postgres, this database must already exist and be writable by $db_user. END localconfig_db_pass => <<'END', Enter your database password here. It's normally advisable to specify -- cgit v1.2.3-24-g4f1b