Is there a rake task for backing up the data in your database?
I already have my schema backed up, but I want to make a backup of the data. It’s a small MySQL database.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The below script is a simplified version taken from eycap, specifically from this file.
Edit: Yeah, I guess I missed the point that you were looking for a rake task and not a capistrano task, but I don’t have a rake one on hand, sorry.