alexkravets / heroku-mongo-backup

Backup mongodb on Heroku and push it to S3 or FTP with cron task.
https://github.com/alexkravets/heroku-mongo-backup
55 stars 33 forks source link

MONGOHQ_URL syntax error #14

Open henrydjacob opened 11 years ago

henrydjacob commented 11 years ago

I am getting syntax error on line 31, col 0: `<% ENV['MONGOHQ_URL'] =~ /mongodb:\/\/(:?([^:]+):([^@]+)@)?([^\/]+)\/([^\/]+)$/ %>'

though similar configuration working on another project

alexkravets commented 11 years ago

Hey Henry, could you please drop here a full exception stack of this error? I've never had this error.

On Sun, Jan 6, 2013 at 9:51 PM, Henry Jacob notifications@github.comwrote:

I am getting syntax error on line 31, col 0: `<% ENV['MONGOHQ_URL'] =~ /mongodb:\/\/(:?([^:]+):([^@]+)@)?([^\/]+)\/([^\/]+)$/ %>'

though similar configuration working on another project

— Reply to this email directly or view it on GitHubhttps://github.com/alexkravets/heroku-mongo-backup/issues/14.