diff --git a/0_FONCIER/CADASTRE/transfert_cadastre.py b/0_FONCIER/CADASTRE/transfert_cadastre.py new file mode 100644 index 0000000..1ccaacf --- /dev/null +++ b/0_FONCIER/CADASTRE/transfert_cadastre.py @@ -0,0 +1,6 @@ + + # RESTORE AU NOM DE LA BDD ORIGINE + # pg_dump -C -h localhost -U localuser dbname | psql -h remotehost -U remoteuser dbname + # pg_dump -C -h 172.17.0.2 -U postgres -d postgres --schema="07_202107" | psql -h 91.134.194.221 -U cgeier -d bd_cen + # RESTORE AU NOM DE LA BDD CIBLE + # pg_dump -C -h 172.17.0.2 -U postgres -d postgres --schema="*_202407" --format=custom | pg_restore -h 91.134.194.221 -U cgeier --dbname="cadastre" \ No newline at end of file