diff options
author | Adis Nezirovic <adis_at_linux.org.ba> | 2017-08-22 17:55:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-26 07:19:43 +0700 |
commit | 555c1ee95a2a948b76dcd46b7bfc451e20a88f71 (patch) | |
tree | 1a5b5a29d665c9b351df0d3bf881d40c416b90d0 /system/postgresql/README.SBo | |
parent | 15c283cdbb611bc3394ab667b20a11792bed6c47 (diff) |
system/postgresql: Updated for version 9.6.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/postgresql/README.SBo')
-rw-r--r-- | system/postgresql/README.SBo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/postgresql/README.SBo b/system/postgresql/README.SBo index 0bd4fc3f2e674..04080f0be41d3 100644 --- a/system/postgresql/README.SBo +++ b/system/postgresql/README.SBo @@ -1,7 +1,7 @@ Before you can run postgresql you'll need to create the database files in /var/lib/pgsql. The following should do the trick. - # su postgres -c "initdb -D /var/lib/pgsql/9.6/data --locale=en_US.UTF-8 -A md5 -W" + # su postgres -c "initdb -D /var/lib/pgsql/9.6/data --locale=en_US.UTF-8 -A md5 -W --data-checksums" Additionally, a logrotation script and init script are included. For production level log file handling please read |