transfert cadastre to another bdd
This commit is contained in:
parent
5bbe80eec5
commit
6ababec328
6
0_FONCIER/CADASTRE/transfert_cadastre.py
Normal file
6
0_FONCIER/CADASTRE/transfert_cadastre.py
Normal file
@ -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"
|
||||||
Loading…
x
Reference in New Issue
Block a user