0

Is there somewhere bundle for making backup of mysql database into file like phpmyadmin? I don't have access to shell at all.

5
  • As I said - I don;t have access to shell and any command like this. Commented Nov 12, 2012 at 23:54
  • just run mysqldump by php. Use exec() Commented Nov 12, 2012 at 23:54
  • In an environment of my project this tool is not available. I know exec() and mysqldump. Commented Nov 12, 2012 at 23:56
  • 2
    why don't you change the requirements for your project instead? Do you have php of a particular version in your requirements list? So, add a mysqldump availability as well. Using tools is a good thing, reinventing square wheels - isn't Commented Nov 12, 2012 at 23:58
  • what's wrong with phpmyadmin? You can try adminer.sourceforge.net it's only file only and less hassle to setup... Commented Apr 27, 2016 at 10:14

1 Answer 1

1

I'm using CloudBackupBundle for backup DB and files. This bundle helps you to backup your databases and upload it to the cloud with only one Symfony2 command.

With this bundle, you can create Cron command to create and upload backup to cloud storage.

GitHub repository.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.