We run PostgreSQL 7.3 on a Redhat 9 server.
I wonder if people would be willing to share a bit with me about their backup approaches. I'm not looking so much for details, e.g. the text of scripts, but rather, I'd like to know how you think about it and what your strategy is. Do you back up daily? More than once a day? Do you back up data and schema all the time? Or do you perhaps do the data more often than the schema? Do you use pg_dump or pg_dumpall? Or a combination?
I know that to some degree the answers to these questions depend on the nature of the data, etc., but I am curious as to how others approach this problem.
I wonder if people would be willing to share a bit with me about their backup approaches. I'm not looking so much for details, e.g. the text of scripts, but rather, I'd like to know how you think about it and what your strategy is. Do you back up daily? More than once a day? Do you back up data and schema all the time? Or do you perhaps do the data more often than the schema? Do you use pg_dump or pg_dumpall? Or a combination?
I know that to some degree the answers to these questions depend on the nature of the data, etc., but I am curious as to how others approach this problem.