Maybe rephrase that to "what is the best way to backup my data on heroku?"

That might get you more answers. (I've been using a local rake task to
capture a pg backup every hour, but I don't know about the mysql setup)

On Thu, Nov 10, 2011 at 1:42 AM, Ravi <ravinim...@gmail.com> wrote:

> Hi I am new to rake. Please help me out..
> Is there anybody who can solve my purpose.
> I need to create a rake task and call it from cron job. The task
> should perform these steps:
> 1) heroku db:pull mysql://root:@localhost/db_name (suppress any
> confirmation)
> 2) mysqldump of db_name
> 3) zip the dump.
>
> Thanks in advance..
>
> --
> You received this message because you are subscribed to the Google Groups
> "Heroku" group.
> To post to this group, send email to heroku@googlegroups.com.
> To unsubscribe from this group, send email to
> heroku+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en.
>
>


-- 
Thanks,
-John

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

Reply via email to