Re: need a hand with my backup strategy please...

From: "Echlin, Jamie (KFIA 611)" <jamie(dot)echlin(at)credit-suisse(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: need a hand with my backup strategy please...
Date: 2013-09-17 12:30:28
Message-ID: 554D103FC7ADE5468CEACC120CCA09910B3C17FD@GBW20014183.gbl.ad.hedani.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>> Unfortunately though if there is heavy load, the wal files will be generated more regularly than the 5 minute max.

> If you wrote the WAL to an external, mounted disk, wouldn't that solve the issue?

What I'm trying to say is that I configured it to keep (60/5) * 24 segments plus a few spare, because I am switching xlog every 5 mins. But if there is heavy load then they will be generated more often than every 5 mins, so that number won't be enough.

But I think it's a moot point because they seem to be useless unless you have all of them up to the last base backup. Which to me indicates I need to do a base backup every day...?

Cheers, jamie

===============================================================================
Please access the attached hyperlink for an important electronic communications disclaimer:
http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
===============================================================================

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adam C Falkenberg 2013-09-17 12:32:29 Using ODBC and VBA to pull data from a large object
Previous Message Ray Stell 2013-09-17 12:10:29 Re: need a hand with my backup strategy please...