boltcard/s_create_db
2022-08-24 13:04:49 +00:00

5 lines
131 B
Text
Executable file

# to close any database connections
sudo systemctl stop postgresql
sudo systemctl start postgresql
psql postgres -f create_db.sql