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:
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
|
||||
gosu postgres pg_upgrade -U penpot
|
||||
|
||||
cp $PGDATAOLD/pg_hba.conf $PGDATANEW/pg_hba.conf
|
||||
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue