Hi everyone,

As far as I know, the best way to backup/restore a database is using the
utility each db vendor provides for such a task. That's why I've started to
work today in a bundle that provides a way to execute these utilities within
symfony's environment. I had it working some time ago, but only for MySQL.
Now I want to create a bundle with the possibility of adding the needed
classes to handle other vendor's utilities. It's a simple bundle with some
classes responsibles of doing the backup / restore using the information of
some Doctrine's connection. It provides Commands for backup and restore too.
For now I'll only implement classes to handle MySQL's "mysqldump". I need
support for MongoDB too, but I still don't know much about how to do a
backup / restore with this db so I'll have to read a little bit about it
first.

I guess I'll be uploading this bundle tomorrow at work, but in the meantime
I'd like to know if anyone is working on something like this. If not, any
comments about this topic will be very appreciated.



Thanks in advance!

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to