Updating Heroku Deployment with Oracle ojdbc7.jar

Hi there,

I’m attempting to add Oracle support to my Heroku deployment of Metabase, but I’m running into a few issues. These are the steps I took:

  1. Clone the repo at https://github.com/metabase/metabase-deploy
  2. Add ojbdc.jar to target/plugins
  3. Ran "git remote add heroku https://git.heroku.com/your-metabase-app.git" with my app's git url
  4. git push -f heroku master

The issue: After writing objects is complete I get “error: fatal: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504 GATEWAY_TIME OUT”, “The remote end hung up unexpectedly”.

This occurs with or without the additional Oracle .jar.

I have tried “heroku keys:add” and altering my remote heroku hit URL to http:// insteads of https://, but neither works. Is this the correct way to add the Oracle driver even? Any help is greatly appreciated!