Changes between Version 29 and Version 30 of Sauvegarde
- Timestamp:
- May 31, 2012 4:27:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sauvegarde
v29 v30 54 54 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d bd_contmig_nat -h 192.168.1.104 -p 5432 -U postgres -f bd_contmig_nat_iav.sql 55 55 }}} 56 57 * ex sauvegarder le schéma IAV (Brice)58 {{{59 pg_dump -U postgres -h centraldata -p 5433 --file "bd_contmig_iav.sql" --schema=iav --verbose BD_CONTMIG_NAT60 }}}