Skip to content

Commit

Permalink
Boyscouting: Postgres is not the only database
Browse files Browse the repository at this point in the history
  • Loading branch information
paroxp committed Jun 19, 2017
1 parent b409aa3 commit 5c6d467
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/documentation/deploying_services/index.md
Expand Up @@ -6,7 +6,7 @@ Many 12-factor applications rely on backing services such as a database, an emai

In Cloud Foundry, backing and routing services are referred to as 'services' and are available through the Cloud Foundry ``cf marketplace`` command.

Currently, the only service available in the marketplace is the backing [PostgreSQL database service](/#postgresql).
Currently, the only services available in the marketplace are the backing [PostgreSQL database service](/#postgresql) and [MySQL database service](/#mysql).

Each service in the marketplace can have multiple plans available. For example, there are different PostgreSQL plans which vary by availability, storage capacity and encryption.

Expand Down
2 changes: 1 addition & 1 deletion source/documentation/deploying_services/postgres.md
Expand Up @@ -59,7 +59,7 @@ Once you've created a service instance, you can't enable or disable encryption.

Amazon RDS has the capability to provide a read replica: a read-only copy of your PostgreSQL database. This can be useful for performance, availability or security reasons.

See the [Amazon RD documentation on read replicas](https://aws.amazon.com/rds/details/read-replicas/) to learn more.
See the [Amazon RDS documentation on read replicas](https://aws.amazon.com/rds/details/read-replicas/) to learn more.

GOV.UK PaaS doesn't currently support read replicas, but if you think you would find them useful, please contact us at [gov-uk-paas-support@digital.cabinet-office.gov.uk](mailto:gov-uk-paas-support@digital.cabinet-office.gov.uk), providing details of your use case.

Expand Down
2 changes: 1 addition & 1 deletion source/documentation/getting_started/before_you_start.md
Expand Up @@ -5,7 +5,7 @@
To be hosted by GOV.UK PaaS, your application must:

* follow the [twelve-factor application](https://12factor.net/) principles (described in more detail below) - this will be the case if your app was written to be deployed to another PaaS like Heroku
* not require any backing service apart from a database (currently the only service available is PostgreSQL)
* not require any backing service apart from a database (currently the only services available are PostgreSQL and MySQL)
* not carry data at SECRET or above (this is currently out of scope for GOV.UK PaaS)
* be written in one of these languages:
* Go
Expand Down

0 comments on commit 5c6d467

Please sign in to comment.