Re: Finding my database

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: Finding my database
Дата
Msg-id 46C5955F.9040006@iol.ie
обсуждение исходный текст
Ответ на Finding my database  (<apitt@tech2u.com.au>)
Ответы Re: Finding my database
Re: Finding my database
Список pgsql-general
On 17/08/2007 05:44, apitt@tech2u.com.au wrote:

> needed to move it to the D Drive.  After completely messing everything up, I
> am now unable to get it working.  I have uninstalled everything and now have
> v8.2 installed on the D drive, and I put the data directory back within that

I know it's not a lot of help to you at this point, but the recommended
way to backup and restore a database is using pg_dump, and if you're
moving from one major version to another it's the only way.

Was the previous installation of Postgres also 8.2? If not - if it was
an earlier version - I'd put the old version back, point it at the data
directory, then use pg_dump to export the data if you want to upgrade at
that point.

Have a look at the following, and in particular the examples towards the
bottom:

   http://www.postgresql.org/docs/8.2/interactive/app-pgdump.html


HTH,

Ray.


---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
---------------------------------------------------------------

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

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Repeat posts
Следующее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Finding my database