Skip to content

Commit 8988c72

Browse files
committed
fields > values, updating step 3 [DOC-233]
1 parent bc3ce5d commit 8988c72

File tree

1 file changed

+4
-4
lines changed
  • src/connections/storage/catalog/postgres

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ This guide explains how to set up a Postgres database with Heroku. Heroku is a c
3131

3232
2. On the Heroku landing page, select **New** and click **Create new app**.
3333

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**.
34+
3. Enter a name for your app and select the region where you want to host it. 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

3636
4. On the Deploy page, select the Resources tab.
3737

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){:target="_blank"}._
38+
5. On the Resources page, enter "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){:target="_blank"}._
3939

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.
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 values. You will need this information to connect your database to Segment in a later step.
4141

4242
7. Open the Segment app. On the Overview page, click **Add Destination**.
4343

4444
8. Search for and select the Postgres destination.
4545

4646
9. Choose the source(s) you'd like to connect to Postgres, and click **Next**.
4747

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.
48+
10. Enter the host, database, user, and password values 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.
4949

5050
## RDS Postgres
5151

0 commit comments

Comments
 (0)