There can be some issues here: Re: Storing the data. 1) great! i do the same. 2) Keep in mind that storing the wal files on the same server is not best practice. What if the whole server blows up? Do you have a nas/shared drive you can use? 3) This is ok. But…… 4) OK, now you can ONLY go back to the last base backup and forward from there. The other 4 base backups are unusable. There are a few exceptions like if you use the “-x” option. read here: http://www.postgresql.org/docs/9.2/static/app-pgbasebackup.html If you only want to go back to the last backup then its fine. But if you need to go back to a few days ago at a certain time you cannot, again the older 4 base backups are unusable without the wal files. To recover you need the "base backup + all the wal files” one good read, there are many more: http://www.postgresql.org/docs/9.1/static/continuous-archiving.html Your recovery procedure sounds good. Make sure all the file permission are correct after the restore. Let me know if you have any questions, hopefully I explained myself well -jason On September 19, 2014 at 8:12:45 AM, Campbell, Lance (lance@xxxxxxxxxxxx) wrote:
This transmission contains confidential and privileged information intended solely for the party identified above. If you receive this message in error, you must not use it or convey it to others. Please destroy it immediately and contact the sender at (303) 386-3955 or by return e-mail to the sender. |