If you're using Heroku, our agent for Rails won't work because Heroku doesn't allow to install binary packages like pg_dump
on its environment.
Fortunately, there's a better way - please visit our fetch setup section and use the fetch method, as Heroku Postgres or mLab officially allows direct access from outside. That way, you have zero dependency in your app. It just works.
If you followed the tutorial for Rails but your app didn't show up, here's the checklist.
Gemfile.lock
and check if the dumper version is up to date.
bundle update dumper
, then check Gemfile.lock
again.debug
option, then restart the server and check the output. Send us an email with the debug output when you need help.Dumper::Agent.start(app_key: 'YOUR_APP_KEY', debug: true)
Shoot us an email at any time. We're be happy to answer any questions!