From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
---|---|
To: | shailesh singh <shaileshjuly(at)gmail(dot)com> |
Cc: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: [GENERAL] Urgent Help Required |
Date: | 2013-10-08 12:49:39 |
Message-ID: | 5253FF63.1040407@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
On 10/08/2013 03:55 AM, shailesh singh wrote:
> I had got this message while running vacuum full from backend . Now My
> database is not starting , Help pls.
>
> backend> vacuum full debug;
> WARNING: database "debug" must be vacuumed within 999999 transactions
> HINT: To avoid a database shutdown, execute a full-database VACUUM in
> "debug".
> ERROR: relation "debug" does not exist
>
> Now what?
First some information.
1) What version of Postgres are you using?
2) Does database debug in fact exist or not?
In other words does it show up with \l in psql?
Also it not necessary to use FULL with the VACUUM.
>
> Thanks in advance.
>
> Shailesh Singh
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | David Johnston | 2013-10-08 13:27:51 | Re: Urgent Help Required |
Previous Message | Adrian Klaver | 2013-10-08 12:34:20 | Re: Why there are no max_wal_receivers |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2013-10-08 13:05:37 | Re: insert throw error when year field len > 4 for timestamptz datatype |
Previous Message | Andrew Dunstan | 2013-10-08 12:33:13 | Re: Patch: FORCE_NULL option for copy COPY in CSV mode |