pgpassword security and conflict avoidance (#442)

This commit is contained in:
chansizzle
2025-07-05 16:13:33 -06:00
committed by GitHub
parent 08fdebd1bb
commit 0c6aeb216b
5 changed files with 15 additions and 0 deletions

View File

@@ -25,3 +25,6 @@ pg_dump --verbose -Fc --host=$db_host --port=$db_port -U fusionpbx fusionpbx --s
#empty the fusionpbx database
sudo -u postgres psql -d fusionpbx -c "drop schema public cascade;";
sudo -u postgres psql -d fusionpbx -c "create schema public;";
# pgpassword security and conflict avoidance
unset PGPASSWORD