Skip to content

Commit 5aed951

Browse files
author
Takashi Matsuo
authored
Add some explanations for the Cloud SQL machine types. (GoogleCloudPlatform#529)
1 parent 16b892d commit 5aed951

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

appengine/wordpress/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,16 @@ command:
4949
```
5050
$ gcloud sql instances create wp \
5151
--activation-policy=ALWAYS \
52-
--tier=db-g1-small
52+
--tier=db-n1-standard-1
5353
```
5454

55+
Note: you can choose `db-f1-micro` or `db-g1-small` instead of
56+
`db-n1-standard-1` for the Cloud SQL machine type, especially for the
57+
development or testing purpose. However, those machine types are not
58+
recommended for production use and are not eligible for Cloud SQL SLA
59+
coverage. See our [Cloud SQL SLA](https://cloud.google.com/sql/sla)
60+
for more details.
61+
5562
Then change the root password for your instance:
5663

5764
```

0 commit comments

Comments
 (0)