From 0663aaec0ccfdb1838f133087268a4ad407a34fe Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 24 Sep 2013 11:22:29 +0000 Subject: main/postgresql: auto restore db by default It appears to have been disabled by mistake --- main/postgresql/postgresql.confd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main/postgresql/postgresql.confd') diff --git a/main/postgresql/postgresql.confd b/main/postgresql/postgresql.confd index 6984b09e07..1d3f1d2afb 100644 --- a/main/postgresql/postgresql.confd +++ b/main/postgresql/postgresql.confd @@ -49,3 +49,7 @@ PGDATA="/var/lib/postgresql/9.3/data" # Additional options to pass to initdb. # See `man initdb' for available options. #PG_INITDB_OPTS="--locale=en_US.UTF-8" + +# Automatically set up a new database if missing on startup +AUTO_SETUP=yes + -- cgit v1.2.3