Re: BDR: cannot remove node from group

Поиск
Список
Период
Сортировка
От Florin Andrei
Тема Re: BDR: cannot remove node from group
Дата
Msg-id 4cd94b9f2f12973bd0b524efdd37c427@andrei.myip.org
обсуждение исходный текст
Ответ на Re: BDR: cannot remove node from group  (Craig Ringer <craig@2ndquadrant.com>)
Ответы Re: BDR: cannot remove node from group
Список pgsql-general
On 2015-08-25 18:29, Craig Ringer wrote:
> On 26 August 2015 at 07:19, Florin Andrei <florin@andrei.myip.org>
> wrote:
>
>> What do I need to do to start over? I want to delete all traces of the
>> BDR
>> configuration I've done so far.
>
> you need to DROP the database you removed, then re-create it as a new
> empty database. You cannot re-join a node that has been removed.

postgres=# DROP DATABASE bdrdemo;
ERROR:  database "bdrdemo" is being accessed by other users
DETAIL:  There is 1 other session using the database.

Something's holding it open, not sure exactly what.

--
Florin Andrei
http://florin.myip.org/


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

Предыдущее
От: Igor Neyman
Дата:
Сообщение: Re: clone_schema function
Следующее
От: Florin Andrei
Дата:
Сообщение: Re: BDR: cannot remove node from group