[ADMIN] wal_level not changing

Поиск
Список
Период
Сортировка
От Sumeet Shukla
Тема [ADMIN] wal_level not changing
Дата
Msg-id CABUL1344egq5suaXz=epmRRc8M4Hd8LZ2RjxyV5PeHVv1CC3XA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [ADMIN] wal_level not changing
Список pgsql-admin

Hi,

update pg_settings set reset_val='minimal' where name='wal_level';

ERROR:  parameter "wal_level" cannot be changed without restarting the server

 

set wal_level='minimal';

ERROR:  parameter "wal_level" cannot be changed without restarting the server


update pg_settings set setting='minimal' where name='wal_level';

ERROR:  parameter "wal_level" cannot be changed without restarting the server


Even after restarting and reloading the server multiple times the setting does not update and remains as below:

show wal_level;

+-----------+

| wal_level |

+-----------+

| replica   |

+-----------+



Thanks & Regards,
Sumeet Shukla

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

Предыдущее
От: SEKA Bruno-Emmanuel
Дата:
Сообщение: Re: [ADMIN] New to postgreSQL
Следующее
От: Vasilis Ventirozos
Дата:
Сообщение: Re: [ADMIN] wal_level not changing