summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot@culturestrings <root@culturestrings>2021-08-13 01:03:16 +0000
committerroot@culturestrings <root@culturestrings>2021-08-13 01:03:16 +0000
commiteab7719c0c269785c27348b6dd29252f8b880fd5 (patch)
treed10b45cdf5af9889c9a5a6220550c739a98b8441
parente352c186aefe39b762a6b63b6b24b3b6e169a449 (diff)
downloadculturestrings-eab7719c0c269785c27348b6dd29252f8b880fd5.tar.bz2
culturestrings-eab7719c0c269785c27348b6dd29252f8b880fd5.tar.xz
postgresql: postmaster.opts: default to postgresql version 12.
-rw-r--r--public/fs/home/pgsql/data/postmaster.opts2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/fs/home/pgsql/data/postmaster.opts b/public/fs/home/pgsql/data/postmaster.opts
index 12dcaf0..fdb9e34 100644
--- a/public/fs/home/pgsql/data/postmaster.opts
+++ b/public/fs/home/pgsql/data/postmaster.opts
@@ -1 +1 @@
-/usr/lib/postgresql10/bin/postgres "-D" "/home/pgsql/data"
+/usr/lib/postgresql12/bin/postgres "-D" "/home/pgsql/data"