3 lignes
97 o
Bash
3 lignes
97 o
Bash
#!/bin/bash
|
|
|
|
psql -v ON_ERROR_STOP=1 --username "${POSTGRES_USER}" < "${PANTSU_POSTGRES_DBFILE}"
|