Restaring a dumped database

Поиск
Список
Период
Сортировка
От Mohlomi Moloi
Тема Restaring a dumped database
Дата
Msg-id L809CD21835EB4a338541989E7A3F0D57.1288954812.scalix.khulisa.com@MHS
обсуждение исходный текст
Ответы Re: Restaring a dumped database  (Frank Bax <fbax@sympatico.ca>)
Список pgsql-novice

Hi Everyone,

 

I’ve used the following script for my dump; pg_dump -h 127.0.0.1 -p 5432 -U mohlomi -F p teleform  > "teleform_Backup.dump" – and it worked fine.

After my dump, I dropped the database teleform - My nightmare starts when I try to restore and I get error massages that the database dropped already exist etc...

I used the script psql -h 127.0.0.1 -p 5432 -U mohlomi -d teleform < "teleform_Backup.dump" for restoring the database.

 

Funny enough the above scripts works at a table level!!!

 

Any assistance will be welcomed.

 

Thanks,

Mohlomi Moloi

 

В списке pgsql-novice по дате отправления:

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: Function to spell out a number
Следующее
От: Frank Bax
Дата:
Сообщение: Re: Restaring a dumped database