mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
📎 Add missing copy on postgres upgrade script
This commit is contained in:
parent
99adbbe91d
commit
9593ded808
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user