mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
📎 Add missing copy on postgres upgrade script
This commit is contained in:
parent
99adbbe91d
commit
9593ded808
1 changed files with 2 additions and 0 deletions
|
@ -24,4 +24,6 @@ pushd /var/lib/postgresql
|
||||||
PGDATA=$PGDATANEW gosu postgres initdb -U penpot --data-checksums
|
PGDATA=$PGDATANEW gosu postgres initdb -U penpot --data-checksums
|
||||||
gosu postgres pg_upgrade -U penpot
|
gosu postgres pg_upgrade -U penpot
|
||||||
|
|
||||||
|
cp $PGDATAOLD/pg_hba.conf $PGDATANEW/pg_hba.conf
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Reference in a new issue