ded00e5ceb
Not tested yet as the current postgres dump is incompatible with the application. We need to fix ourselve to one schema and stick to it for whatever database backend we support.
4 lignes
145 o
Bash
Fichier exécutable
4 lignes
145 o
Bash
Fichier exécutable
#!/bin/bash
|
|
# Restore the database from a postgres dump
|
|
|
|
pg_restore --username "${POSTGRES_USER}" -d ${POSTGRES_DB} "/${PANTSU_POSTGRES_DBFILE}"
|