summaryrefslogtreecommitdiffstats
path: root/system/postgresql/setup.postgresql
diff options
context:
space:
mode:
author Adis Nezirovic2018-02-11 15:53:38 +0100
committer Willy Sudiarto Raharjo2018-02-17 01:42:53 +0100
commit0023a1b9b9ba676fdc86f42f30f603a4be918b40 (patch)
tree138cf0ebf427bdcd3fba9c5bfbc01f845d296fb9 /system/postgresql/setup.postgresql
parenta5a29c0aabee4ba7105e6e133e35fea0455221ce (diff)
downloadslackbuilds-0023a1b9b9ba676fdc86f42f30f603a4be918b40.tar.gz
system/postgresql: Updated for version 10.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/postgresql/setup.postgresql')
-rw-r--r--system/postgresql/setup.postgresql2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/postgresql/setup.postgresql b/system/postgresql/setup.postgresql
index 32fc3e1e71..2f0ec5f549 100644
--- a/system/postgresql/setup.postgresql
+++ b/system/postgresql/setup.postgresql
@@ -23,7 +23,7 @@ chmod 700 $PG_HOME/$PG_VERSION/data
## database cluster
if [ ! -f $PG_HOME/$PG_VERSION/data/PG_VERSION ]; then
echo "Creating database cluster in $PG_HOME/$PG_VERSION/data..."
- su $PG_USER -c "initdb -D $PG_HOME/$PG_VERSION/data --locale=en_US.UTF-8 -A md5 -W --data-checksums"
+ su $PG_USER -c "initdb -D $PG_HOME/$PG_VERSION/data --locale=en_US.UTF-8 -A md5 -W"
else
echo "*** WARNING ***" >&2
echo " There is already a database cluster in $PG_HOME/$PG_VERSION/data." >&2