Hacker News new | ask | show | jobs
by falcolas 4315 days ago
Why not use a binary backup method? Faster to backup and restore.
1 comments

Agreed. I've been successfully using mylvmbackup on 10gb+ databases for a few years now.

http://www.lenzg.net/mylvmbackup/

We use our own lvm solution at work, works great, we do something like pgsnap to swap to the snapshot or pgsnap master to work on the master. I'll check this out.
Interesting, I'll have to take a look.