169 похожих чатов

Hello everyone. When I want to restart my Postgres cluster,

I get the following error:
"Cluster is already running.
Can't open PID file /run/postgresql/15-main.pid (yet?) after start: Operation not permitted
Failed with result 'protocol'.
Failed to start PostgreSQL Cluster 15-main."

Actually, my cluster is actively working now, but my /var/run/postgresql/15-main.pid and /run/postgresql/15-main.pid files are missing.

How can I make the cluster restartable? or where do I need to add the "15-main.pid" file manually?



These are the last steps I did, the problem may be caused by these:

1.My cluster is version 15, but version 16 is also installed on the server.

2. I was working with pgbackrest. To change the stanza, I turned "archive_mode OFF" and restarted the server. There was no problem, but when I entered "archive_mode and archive_command" again, I could not restart the server.

1 ответов

41 просмотр
Sercan- Автор вопроса

My problem seems to be solved for now. I got the PID from "htop". I created the "/var/run/postgresql/15-main.pid" file manually with the "postgres" user. My cluster looks healthy for now and it can be restarted.

Похожие вопросы

Обсуждают сегодня

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
6
в JclConsole объявлено так: function CtrlHandler(CtrlType: DWORD): BOOL; stdcall; - где ваше объявление с stdcall? у вас на картинке нет stdcall
Karagy
8
Ребят в СИ можно реализовать ООП?
Николай
33
program test; {$mode delphi} procedure proc(v: int32); overload; begin end; procedure proc(v: int64); overload; begin end; var x: uint64; begin proc(x); end. Уж не знаю...
notme
6
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Карта сайта