Podman_compose_BigData/update.sh
2025-10-16 21:15:12 +09:00

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