Re: Stopping writes in master

Поиск
Список
Период
Сортировка
От Shreeyansh Dba
Тема Re: Stopping writes in master
Дата
Msg-id CAGDYbUOPFgrJKtSaYO3Z71z3uYcp5mYG7ijQekL4J_cpwgCqUg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Stopping writes in master  (Debraj Manna <subharaj.manna@gmail.com>)
Ответы Re: Stopping writes in master  (Debraj Manna <subharaj.manna@gmail.com>)
Список pgsql-admin
Hi Debraj Manna,

Yes,You can make  the database read only as well  just by setting the below parameter is equal to true at the session level.But you need reconnect your existing connections.



ALTER DATABASE YOUR_DATABASE_NAME  SET default_transaction_read_only = true;

Hope this helps..




On Thu, Jun 14, 2018 at 4:53 PM, Debraj Manna <subharaj.manna@gmail.com> wrote:
Yes I want to switch the database to read-only mode. The existing connections should also be not able to write.

On Thu 14 Jun, 2018, 4:37 PM Robert Zenz, <robert.zenz@sibvisions.com> wrote:
Can existing connections be dropped or do they need to stay established? Also,
are you trying to switch the database to a read-only mode for backup purposes or
something different?


On 14.06.2018 12:46, Debraj Manna wrote:
> Hi
>
> In a 3 node cluster with 1 master and 2 slaves with postgres 10.4 is there
> any  configuration setting that will stop all writes to the master from the
> client. But the clients can read data from master and other slaves ?
>
> Thanks,
>

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

Предыдущее
От: Wei Shan
Дата:
Сообщение: Re: BTree index support prefix compression
Следующее
От: Debraj Manna
Дата:
Сообщение: Re: Stopping writes in master