0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-04 13:50:12 -05:00

📎 Add missing copy on postgres upgrade script

This commit is contained in:
Andrey Antukh 2022-11-24 13:38:53 +01:00
parent 99adbbe91d
commit 9593ded808

View file

@ -24,4 +24,6 @@ pushd /var/lib/postgresql
PGDATA=$PGDATANEW gosu postgres initdb -U penpot --data-checksums
gosu postgres pg_upgrade -U penpot
cp $PGDATAOLD/pg_hba.conf $PGDATANEW/pg_hba.conf
popd