From 12dc3053684ff24e234095953285a042dd261352 Mon Sep 17 00:00:00 2001 From: "Jason R. Clark" Date: Mon, 16 Mar 2015 11:06:16 -0700 Subject: [PATCH] Use heroku-postgresql instead of pgbackups Got a warning about the specific addons in our list when using the purple button to deploy. This fixes it up. --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index a036de0..0bf7e60 100644 --- a/app.json +++ b/app.json @@ -6,7 +6,7 @@ "logo": "http://storefront.nr-assets.net/assets/newrelic/source/NewRelic-logo-square.png", "success_url": "/", "addons": [ - "pgbackups:plus", + "heroku-postgresql", "newrelic:stark", "memcachier" ],