9 lines
224 B
Bash
Executable File
9 lines
224 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#cat spacs.sql | podman exec -i postgresdb_dev psql -U spacs
|
|
#cat t5.sql | podman exec -i postgres_db_service psql -U spacs
|
|
|
|
cat t5.sql | podman exec -i test_postgres_db_service psql -U spacs -d postgres
|
|
|
|
exit
|