You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/storage/catalog/postgres/index.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,21 +29,23 @@ This guide explains how to set up a Postgres database with Heroku. Heroku is a c
29
29
30
30
1.[Sign up](https://signup.heroku.com/identity){:target="_blank"} for a Heroku account, or [log in](https://id.heroku.com/login){:target="_blank"} to an existing account.
31
31
32
-
2. On the Heroku landing page, select **Create new app**.
32
+
2. On the Heroku landing page, select **New** and click **Create new app**.
33
33
34
34
3. Give your app a name and select the region where it should be hosted. If you want to add your app to a Heroku pipeline, do so here. When you've finished updating your app's settings, click **Create app**.
35
35
36
-
4. On the Resources page, add a new add-on to your app by searching for "Heroku Postgres" in the search bar. Select the billing plan that you want to use for this app and click **Submit Order Form**. Segment recommends that customers start with a Standard 4 plan. _Learn more about plan pricing on the [Heroku Postgres pricing page](https://www.heroku.com/pricing#data-services)._
36
+
4. On the Deploy page, select the Resources tab.
37
37
38
-
5. On the Deploy page, select the Settings tab. Click the **View Credentials...** button and copy the host, database, user, and password fields. You need this information to connect your database to Segment in a later step.
38
+
5. On the Resources page, search for "Heroku Postgres" in the search bar. Select the billing plan that you want to use for this app and click **Submit Order Form**. Segment recommends that customers start with a Standard 4 plan. _Learn more about plan pricing on the [Heroku Postgres pricing page](https://www.heroku.com/pricing#data-services)._
39
39
40
-
6.Open the Segment app. On the Overview page, click **Add Destination**.
40
+
6.Select the Heroku Postgres add-on you created in the previous step and open the Settings tab. Click the **View Credentials...** button and copy the host, database, user, and password fields. You will need this information to connect your database to Segment in a later step.
41
41
42
-
7.Search for and select the Postgres destination.
42
+
7.Open the Segment app. On the Overview page, click **Add Destination**.
43
43
44
-
8.Choose the source(s) you'd like to connect to Postgres, and click **Next**.
44
+
8.Search for and select the Postgres destination.
45
45
46
-
9. Enter the host, database, user, and password fields you copied from Heroku in an earlier step, and click **Connect**. If Segment successfully connected to your destination, you'll see the Next Steps screen. If you receive an "Invalid database" error, check that your host, database, user, and password fields match the credentials for your Heroku instance.
46
+
9. Choose the source(s) you'd like to connect to Postgres, and click **Next**.
47
+
48
+
10. Enter the host, database, user, and password fields you copied from Heroku in an earlier step, and click **Connect**. If Segment connected to your destination, you'll see the Next Steps screen. If you receive an "Invalid database" error, check that your host, database, user, and password fields match the credentials for your Heroku instance.
0 commit comments