Skip to content

Commit 1b5e6b1

Browse files
committed
enhanced description of db deployment
Signed-off-by: Lee Calcote <[email protected]>
1 parent 1b34e02 commit 1b5e6b1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/en/cloud/self-hosted/deploy-with-helm.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/cont
5050

5151
The first service to install is the Postgres database. The following command installs the Postgres database and initializes it's dataset. The dataset is used by the Layer5 Cloud server and the Layer5 Cloud identity provider.
5252

53-
Layer5 Cloud `postgres` instance requires [pg_cron](https://github.com/citusdata/pg_cron) extension to be enabled and configured in the `postgres` database to schedule PostgreSQL commands.
54-
The cloud instance is bundled with required migrations to schedule jobs and execute required commands/sql queries.
55-
56-
__NOTE: Configuring the extension in some other database will result in failure to apply SQL migrations.__
53+
Layer5 Cloud `postgres` database requires [pg_cron](https://github.com/citusdata/pg_cron) extension to be enabled and configured to execute on a schedule. The Cloud instance is bundled with both Data Definition Language (DDL) to iniatilze the schema and with Data Manipulation Language (DML) that support both greenfield deployments and upgrades of existing deployments.
5754

5855
##### 1. Install Postgres database
5956

0 commit comments

Comments
 (0)