From: | Bruno Mattarollo <bruno(at)web1(dot)greenpeace(dot)org> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: [URGENT] Problems recovering database |
Date: | 2003-05-14 23:38:30 |
Message-ID: | Pine.LNX.4.33.0305150137180.18610-100000@web1.greenpeace.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hello Tom,
Thank you very much. This seems to have done the trick. I can now access
the database and did a pg_dump ... Will now load this data into a PGSQL
7.3.2 ...
Thanks again to you and Bjoern (previous email) for the help!!! :)
Cheers
/B
On Wed, 14 May 2003, Tom Lane wrote:
> Bruno Mattarollo <bruno(at)web1(dot)greenpeace(dot)org> writes:
> > Thank you for this. Setting the transaction ID higher worked to allow me
> > to connect to the database but when I issue:
>
> > cybercentre=# select count(*) from users;
> > ERROR: XLogFlush: request 10/B7E93FCC is not satisfied --- flushed only
> > to 0/4000050
>
> > I get that error. Any idea?
>
> Looks like the starting WAL location needs to be higher than I thought.
> Try "-l 100,0".
>
> regards, tom lane
>
> ---------------------------(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)
>
--
--- Bruno Mattarollo <bruno(at)web1(dot)greenpeace(dot)org> ---
SysAdmin & TechLead - Greenpeace International
http://www.greenpeace.org/
----------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | timeless postgres | 2003-05-15 01:33:54 | Re: No flamefest please, MySQL vs. PostgreSQL AGAIN |
Previous Message | Tom Lane | 2003-05-14 22:34:18 | Re: [URGENT] Problems recovering database |