Skip to content

Instantly share code, notes, and snippets.

@mattsnyder
Last active March 24, 2017 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattsnyder/090d685bacec0db41957 to your computer and use it in GitHub Desktop.
Save mattsnyder/090d685bacec0db41957 to your computer and use it in GitHub Desktop.
Heroku Census Helpers

Add Graphene with specific version

heroku addons:add graphenedb --version v218

Backup neo4j

tar -cjf graph.tar.bz2 /opt/neo4j-enterprise-2.1.5/data/graph.db

Add Remote for Heroku Staging

git remote add heroku-staging git@heroku.com:ut-census-staging.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment