Re: pg_xlog folder lost !

From: Rajesh Kumar Mallah <mallah(at)trade-india(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Cc: bm(at)turtle-entertainment(dot)de
Subject: Re: pg_xlog folder lost !
Date: 2004-06-15 23:32:09
Message-ID: 40CF86F9.4000609@trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


I could start the postmaster after doing
pg_resetxlog .

The docs tell that a dump reload of the database should be done.
I am trying to do that by starting a new postmaster in a seprate port
and using pg_dumpall

while i do that i get some minor errors like

ALTER USER arvind SET search_path TO 'erp';
ERROR: schema "erp" does not exist

and some ownership related errors like

SET SESSION AUTHORIZATION 'rt_user';
SET
........
........

CREATE INDEX attachments1 ON attachments USING btree (parent);
ERROR: must be owner of relation attachments

Following are the grant sequence on table attachments
obtained by grepping the output

REVOKE ALL ON TABLE attachments FROM PUBLIC;
REVOKE ALL ON TABLE attachments FROM rt_user;
GRANT ALL ON TABLE attachments TO postgres WITH GRANT OPTION;
GRANT ALL ON TABLE attachments TO rt_user;

is it some bug with pg_dumpall/pg_dump ?

i am using 7.4.1 btw , shall now try with 7.4.3

Regds
Mallah.

mallah(at)trade-india(dot)com wrote:

>>Rajesh Kumar Mallah wrote:
>>
>>
>>>Hi,
>>>
>>>The harddrive on which i had linked pg_xlog
>>>has been lost. I have all other folders except that
>>>which are in a seperate drive are present.
>>>
>>>Can i get my data back using pg_resetxlog ?
>>>
>>>
>>Give it a try: create the xlog folder again and run pg_resetxlog.
>>
>>
>
>
>Thanks. My hosting company is yet to bring the machine
>up. I have tried this process in my local machine and it
>works.
>
>I think this process only gets the data till last checkpoint
>reliably . I hope its correct.
>
>Regds
>Mallah
>
>
>
>
>>Regards,
>>Bjoern
>>
>>
>
>
>
>-----------------------------------------
>Over 1,00,000 exporters are waiting for your order! Click below to get
>in touch with leading Indian exporters listed in the premier
>trade directory Exporters Yellow Pages.
>http://www.trade-india.com/dyn/gdh/eyp/
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Lee Wu 2004-06-16 00:11:07 Re: table not shown
Previous Message Lee Wu 2004-06-15 21:24:53 Re: table not shown