Re: Restoring the database

Поиск
Список
Период
Сортировка
От Tomka Gergely
Тема Re: Restoring the database
Дата
Msg-id Pine.LNX.4.33.0309020826190.31338-100000@zeus.gau.hu
обсуждение исходный текст
Ответ на Restoring the database  ("Cody Phanekham" <Cody.Phanekham@salmat.com.au>)
Список pgsql-novice
2003-09-02 ragyogó napján Cody Phanekham ezt üzente:

> Hi,
>
> Im trying to restore a postgresql database from a backup that was done
> a few days ago. The backup is on CD and was a straight copy of
> everything in the /$postgresql_install_path/
>
> The problem is i want to restore a certain database and not every
> database. How would i know what files correspond to which database ?
>
> eg. I've got 3 databases called 'books', 'dvds' and 'videos'. I only
> want to restore 'dvds' from the CD.

I think for this you need to know the OID of the database. This is not
easy without running db. So restore the full db, and next time use pg_dump
<databasename> > dbsave.sql for backup.



--
Tomka Gergely
"S most - vajon barbárok nélkül mi lesz velünk?
Ők mégiscsak megoldás voltak valahogy..."


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

Предыдущее
От: "Cody Phanekham"
Дата:
Сообщение: Restoring the database
Следующее
От: Kevin Waterson
Дата:
Сообщение: SELECT woes