Re: Error: pid file is invalid, please manually kill the stale server process.

Поиск
Список
Период
Сортировка
От Lou Picciano
Тема Re: Error: pid file is invalid, please manually kill the stale server process.
Дата
Msg-id 279304661.90971.1392266248752.JavaMail.root@sz0093a.westchester.pa.mail.comcast.net
обсуждение исходный текст
Ответ на Error: pid file is invalid, please manually kill the stale server process.  (Theodotos Andreou <theo@theo-andreou.org>)
Список pgsql-admin
Theo,

Don't know much about the tools you may have installed on Ubuntu (don't use Ubuntu), but sounds like you have something
'snapshot-ing'your dataset... And that, on restart-after-inelegant-shutdown, the PostgreSQL service is trying to attach
tothe 'wrong' data. 

Generally, yes; PostgreSQL is extremely reliable. We've found it to recover quite nicely, even from bad (human,
sometimestesting-intentional!) behavior. Also doesn't sound like a version-specific problem. 

Lou Picciano

----- Original Message -----
From: "Theodotos Andreou" <theo@theo-andreou.org>
To: pgsql-admin@postgresql.org
Sent: Wednesday, February 12, 2014 12:59:22 AM
Subject: [ADMIN] Error: pid file is invalid, please manually kill the stale server process.

Hi all,

I am using postgres on Ubuntu 12.04 64 bit server. The version is 9.1.10
and I used the stock postgres from Ubuntu repos.

I have a weird problem. Sometimes when the machine is restarted, there
is no $PGDATA/postmaster.pid file. So when I try to restart postgres
(service postgresql restart) I get the following error:

Error: pid file is invalid, please manually kill the stale server process.

An even scarier side-effect of this is that the data, when this happens,
are older than the most recent data in the database.

It may be important to know that postgres runs under monit non sysv init
or upstart.

Also postgres is installed on a customer appliance that may experience
frequent reboots and even abrupt poweroffs! Is postgres in general ideal
for this situation? Is there an optimal configuration for this scenario?

Regards

theo


--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL]
Следующее
От: Jürgen Fuchsberger
Дата:
Сообщение: Backup of shut down standby does not work?