Re: Upgrade 7.2 to 7.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Upgrade 7.2 to 7.3
Дата
Msg-id 5357.1060439792@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Upgrade 7.2 to 7.3  (James Williams <jw11@iprimus.com.au>)
Ответы Re: Upgrade 7.2 to 7.3
Список pgsql-novice
James Williams <jw11@iprimus.com.au> writes:
> It says I need to upgrade my database, but I don't care
> about the old database.
> Is there any way I can remove the old database and start working with 7.3?

    rm -rf $PGDATA
    initdb
    start postmaster

If you did any customization of the postgres config files, you might
want to save your old copies before blowing them away.  Otherwise there
is nothing you need under $PGDATA.

            regards, tom lane

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