Skip to content

Commit 975d5ba

Browse files
author
Matthew Fisher
authored
Merge pull request #408 from laurrentt/patch-1
doc(configuring-postgres): fix typo (of -> or)
2 parents 556741a + 2a63431 commit 975d5ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/installing-workflow/configuring-postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Deis Workflow's controller component relies on a PostgreSQL database to store platform state.
44

5-
By default, Deis Workflow ships with the [database] component, which provides an in-cluster PostgreSQL database backed up to in-cluster or off-cluster [object storage]. Currently, for object storage, which is utilized by _several_ Workflow components, only off-cluster solutions such as S3 of GCS are recommended in production environments. Experience has shown that many operators already opting for off-cluster object storage similarly prefer to host Postgres off-cluster as well, using Amazon RDS or similar. When excercising both options, a Workflow installation becomes entirely stateless, and is thus restored or rebuilt with greater ease should the need ever arise.
5+
By default, Deis Workflow ships with the [database] component, which provides an in-cluster PostgreSQL database backed up to in-cluster or off-cluster [object storage]. Currently, for object storage, which is utilized by _several_ Workflow components, only off-cluster solutions such as S3 or GCS are recommended in production environments. Experience has shown that many operators already opting for off-cluster object storage similarly prefer to host Postgres off-cluster as well, using Amazon RDS or similar. When excercising both options, a Workflow installation becomes entirely stateless, and is thus restored or rebuilt with greater ease should the need ever arise.
66

77
## Provisioning off-cluster Postgres
88

0 commit comments

Comments
 (0)