Follow

@apangona @craftyguy I just did the postgres update thing (jumping from 13 to 16). Maybe we sgould write a wiki page?

@apangona @craftyguy
doas su postgres
pg_dumpall > 13.dump.sql
exit
doas apk add postgresql16
doas rc-service nextcloud stop
doas rc-service postgresql stop
doas pg_versions set-default 16
doas rc-service postgresql start
doas su postgres
cat 13.dump.sql | psql
exit
doas rc-service nextcloud start
doas apk del postgresql13

(you may consider this CC-0 or whatever license the wiki has)

Sign in to participate in the conversation
Librem Social

Librem Social is an opt-in public network. Messages are shared under Creative Commons BY-SA 4.0 license terms. Policy.

Stay safe. Please abide by our code of conduct.

(Source code)

image/svg+xml Librem Chat image/svg+xml