Re: How to restore

Поиск
Список
Период
Сортировка
От Andomar
Тема Re: How to restore
Дата
Msg-id FB334FD4-3D6D-40AC-B292-CF52ABDA8222@aule.net
обсуждение исходный текст
Ответ на How to restore  (Sachin Srivastava <ssr.teleatlas@gmail.com>)
Список pgsql-general
>
> If I have taken any backup successfully through pg_dump? How can I restore this pg_dump(Sql file) without use of
pg_restore.
>

You can send the file to psql, the command line client:

    psql yourdb < yourbackup.sql

Or:

    cat yourbackup.sql | psql yourdb

Kind regards,
Andomar




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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: How to restore
Следующее
От: Leo Baltus
Дата:
Сообщение: Re: pg_start_backup: file has vanished from pg_subtrans/