Курс растет.. рубль падает :)) вобщем изучаем postgres
подскажите что я делаю не так :
a)host
psql (9.3.5)
pg_dump -h localhost -d Mydb -U postgres -b -Fc -v -f /postgres/9.3/main/backup/dump/mydb_all_20141225.dm
md5sum mydb_all_20141225.dmp
722477b3ee71748a3ddec5c935c5cc6d mydb_all_20141225.dmp
б) target:
psql (9.3.4)
md5sum mydb_all_20141225.dmp
722477b3ee71748a3ddec5c935c5cc6d mydb_all_20141225.dmp
pg_restore -h localhost -d rgu_all -U postgres -v /postgres/dumps/mydb_all_20141225.dmp
.......
на выходе :
pg_restore: [custom archiver] could not read from input file: end of filepg_restore -l - отрабатывает без ошибок.
шо за ....