Re: Tables dissapearing

From: Kamil Srot <kamil(dot)srot(at)nlogy(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Tables dissapearing
Date: 2007-08-27 16:37:17
Message-ID: 46D2FDBD.6040903@nlogy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


brian wrote:
> Tom Lane wrote:
>> Kamil Srot <kamil(dot)srot(at)nlogy(dot)com> writes:
>>
>>> One more thing:
>>> The project runs proprietal CMS system and there are more instances
>>> of it with the same database layout in different databases. Every
>>> time the "lost" table is the same one - the bussiest one (mostly
>>> read)... and everytime the "lost" table is gone from more projects
>>> at once... today it was 2 projects affected out of 7 in the same
>>> pgsql server... it looks also like the problem happens everytime
>>> short after midnight - scarry - ha ha :-)
>>
>>
>> Tables don't just "disappear" like that. Check your application code
>> to see if it's not dropping the table someplace.
>>
>> regards, tom lane
>>
>
> grep -i drop your_application_dir
>
This was the first thing, I checked... if something, this is the thing,
I'm 100% sure is not the case.
The application doesn't manipulate with the database schema at all... so
no CREATE/ALTER/DROP statements anywhere.
On top there is the "dissaperance" from more databases at once (they are
absolutelly no interconnected in any way - all live their own life)

I don't say, it's gone by itself, I'm asking for help debuging this
situation and hopefully find a solution. For the first time it happened,
it had the same symptoms - this specific table was missing and
transaction counter was wrapped-around. Now it seems to be the same but
the transaction counters are far below the critical value...

It happened four times already and the customer is starting to become
crazy... the same as I do...

Thank you, Tom, Brian and all who read it, for your time!

Regards,
--
Kamil

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tony Caduto 2007-08-27 16:47:15 Re: PostgreSQL vs Firebird feature comparison finished
Previous Message Jeff Amiel 2007-08-27 16:12:17 Re: Out of Memory - 8.2.4