Skip to content

Commit 0b0cfc4

Browse files
committed
Fixing missing step + style guide pass [DOC-233]
1 parent c2fe772 commit 0b0cfc4

File tree

1 file changed

+9
-7
lines changed
  • src/connections/storage/catalog/postgres

1 file changed

+9
-7
lines changed

src/connections/storage/catalog/postgres/index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,23 @@ This guide explains how to set up a Postgres database with Heroku. Heroku is a c
2929
3030
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.
3131

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**.
3333

3434
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**.
3535

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.
3737

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)._
3939

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.
4141

42-
7. Search for and select the Postgres destination.
42+
7. Open the Segment app. On the Overview page, click **Add Destination**.
4343

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.
4545

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.
4749

4850
## RDS Postgres
4951

0 commit comments

Comments
 (0)