Re: Problem with database I need to repair...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Ligia Pimentel <pimentel_ligia(at)hotmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Problem with database I need to repair...
Date: 2002-07-23 21:53:52
Message-ID: 200207232153.g6NLrrX06255@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


What release of PostgreSQL are you using? It shouldn't have gotten
corrupted.

---------------------------------------------------------------------------

Ligia Pimentel wrote:
> This morning I had a problem with a linux server that was reseted
> accidentally (someone pushed the wrong button). Anyway, we couldn't recover
> the database because the log file was corrupted and we had to
> pg_resetxlog...
>
> We restored yesterday's backup and are now working again on one database,
> but we have a problem with the second database...
>
> The database General is obviously corrupted, and we found this out when we
> where trying to access one of the tables. when we are connected to the
> General database and try to access any table, we get
>
> No relations found.
>
> but when we try to create the tables again, we can't because we get
>
> relation 'x' already exists.
>
> The worst part is I can connect to the database, but the general catalog
> obviously is not recognizing it.
>
> chequesdegerencia=# \c General
> You are now connected to database General
> General=# ls
> General-# \l
> List of databases
> Database | Owner | Encoding
> -------------------+----------+-----------
> chequesdegerencia | postgres | SQL_ASCII
> template0 | postgres | SQL_ASCII
> template1 | postgres | SQL_ASCII
> (3 rows)
>
> Does anyone have any ideas on this?
>
>
> Thank you.
>
> PS. I'm already installing a new computer and moving all to the fresh
> computer, but I wonder..
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2002-07-23 22:01:39 Re: Automatic backup with Linux.
Previous Message Tim Ellis 2002-07-23 21:25:28 Re: Odd error in timestamp processing