diff --git a/howto/setup-state-store/README.md b/howto/setup-state-store/README.md index e9b110af8..e6815d924 100644 --- a/howto/setup-state-store/README.md +++ b/howto/setup-state-store/README.md @@ -55,6 +55,7 @@ kubectl apply -f statestore.yaml * [Setup Hazelcast](./setup-hazelcast.md) * [Setup Memcached](./setup-memcached.md) * [Setup MongoDB](./setup-mongodb.md) +* [Setup PostgreSQL](./setup-postgresql.md) * [Setup Redis](./setup-redis.md) * [Setup Zookeeper](./setup-zookeeper.md) * [Setup Azure CosmosDB](./setup-azure-cosmosdb.md) diff --git a/howto/setup-state-store/setup-postgresql.md b/howto/setup-state-store/setup-postgresql.md index ff8a1a8ff..f7fc18d3a 100644 --- a/howto/setup-state-store/setup-postgresql.md +++ b/howto/setup-state-store/setup-postgresql.md @@ -3,7 +3,7 @@ This article provides guidance on configuring a PostgreSQL state store. ## Create a PostgreSQL Store -Dapr can use any PostgreSQL instance. If you already have a running instance of PostgreSQL, move on to the [Configuration](#configuration) section. +Dapr can use any PostgreSQL instance. If you already have a running instance of PostgreSQL, move on to the [Create a Dapr component](#create-a-dapr-component) section. 1. Run an instance of PostgreSQL You can run a local instance of PostgreSQL in Docker CE with the following command: