Andreas Neumeier wrote:
Hi there,
I was wondering, if it is possible to do a entire backup of the
database into a, let's say XML file or something.
The intention is to offer a easy possibility to users to install
applications and roll back to previor states, like having a
backup/restore button on the admin interface. Not like having to handle
database operations oneselfes.
How would you do this?
Regards,
--
Andreas Neumeier
Walter-Paetzmannstr. 9
82008 Unterhaching
Germany
http://andreas.neumeier.org
mailto:andreas(at)neumeier.org
Are you using postgres ? pg_dump would do that easy enough. All other
dbs should have similar features.
Huy