6 lines
156 B
Text
Executable file
6 lines
156 B
Text
Executable file
# to close any database connections
|
|
sudo systemctl stop postgresql
|
|
sudo systemctl start postgresql
|
|
|
|
psql postgres -f sql/data.test.sql
|
|
echo Test data added
|