diff options
author | root@culturestrings <root@culturestrings> | 2021-08-13 01:03:16 +0000 |
---|---|---|
committer | root@culturestrings <root@culturestrings> | 2021-08-13 01:03:16 +0000 |
commit | eab7719c0c269785c27348b6dd29252f8b880fd5 (patch) | |
tree | d10b45cdf5af9889c9a5a6220550c739a98b8441 /public/fs | |
parent | e352c186aefe39b762a6b63b6b24b3b6e169a449 (diff) | |
download | culturestrings-eab7719c0c269785c27348b6dd29252f8b880fd5.tar.bz2 culturestrings-eab7719c0c269785c27348b6dd29252f8b880fd5.tar.xz |
postgresql: postmaster.opts: default to postgresql version 12.
Diffstat (limited to 'public/fs')
-rw-r--r-- | public/fs/home/pgsql/data/postmaster.opts | 2 |
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" |