File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ chown -R 584788:root $SNAP_DATA/*
1616export LOCPATH=" ${SNAP} " /usr/lib/locale
1717export PGDATA=$SNAP_COMMON /pgsql/data
1818
19- " ${SNAP} /usr/bin/setpriv" --clear-groups --reuid snap_daemon --regid snap_daemon -- " ${SNAP} /usr/lib/postgresql/14 /bin/initdb" -U postgres -D " ${PGDATA} "
19+ " ${SNAP} /usr/bin/setpriv" --clear-groups --reuid snap_daemon --regid snap_daemon -- " ${SNAP} /usr/lib/postgresql/16 /bin/initdb" -U postgres -D " ${PGDATA} "
Original file line number Diff line number Diff line change 44export LOCPATH=" ${SNAP} " /usr/lib/locale
55export PGDATA=${SNAP_COMMON} /pgsql/data
66
7- " ${SNAP} /usr/bin/setpriv" --clear-groups --reuid snap_daemon --regid snap_daemon -- " ${SNAP} /usr/lib/postgresql/14 /bin/postgres" -k /tmp -D " ${PGDATA} "
7+ " ${SNAP} /usr/bin/setpriv" --clear-groups --reuid snap_daemon --regid snap_daemon -- " ${SNAP} /usr/lib/postgresql/16 /bin/postgres" -k /tmp -D " ${PGDATA} "
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ layout:
4040 bind : $SNAP/usr/share/perl
4141 /usr/local/lib/site_perl :
4242 bind : $SNAP/usr/local/lib/site_perl
43- /usr/lib/postgresql/14 :
44- bind : $SNAP/usr/lib/postgresql/14
43+ /usr/lib/postgresql/16 :
44+ bind : $SNAP/usr/lib/postgresql/16
4545 /var/cache/postgresql :
4646 bind : $SNAP_COMMON/var/cache/postgresql
4747
9494 pg-conftool :
9595 command : usr/bin/pg_conftool
9696 pg-ctl :
97- command : usr/lib/postgresql/14 /bin/pg_ctl
97+ command : usr/lib/postgresql/16 /bin/pg_ctl
9898 pg-ctlcluster :
9999 command : usr/bin/pg_ctlcluster
100100 pg-dumpall :
You can’t perform that action at this time.
0 commit comments