Re: Database lost after reboot

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Diego Manilla Suárez <diego(dot)manilla(at)xeridia(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Database lost after reboot
Date: 2006-04-06 18:16:25
Message-ID: 26056.1144347385@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

=?ISO-8859-1?Q?Diego_Manilla_Su=E1rez?= <diego(dot)manilla(at)xeridia(dot)com> writes:
> Hi. I have PostgreSQL 7.4.8 installed on a SuSE Enterprise Server 9.
> When I create a database, everything works fine until I restart the
> computer. When I do that, and I try to connect to the database, I get
> the following message;

> psql: FATAL: database "mydb" does not exist
> DETAIL: The database subdirectory "/var/lib/pgsql/data/base/1964658" is
> missing.

Hmm, are you allowing the postmaster to shut down normally before you
reboot? (Not that it shouldn't work anyway, I'm just trying to gather
details.) What is the OID of the missing database? Try connecting to
template1 and then doing "select oid,datname from pg_database". If you
don't see mydb, or if it's got a different OID from the number mentioned
in the error message, that would tell something.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Guy Fraser 2006-04-06 18:23:27 Re: pgcrypto-crypt
Previous Message Guy Fraser 2006-04-06 18:12:57 Re: Backup method