We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b892d commit 5aed951Copy full SHA for 5aed951
appengine/wordpress/README.md
@@ -49,9 +49,16 @@ command:
49
```
50
$ gcloud sql instances create wp \
51
--activation-policy=ALWAYS \
52
- --tier=db-g1-small
+ --tier=db-n1-standard-1
53
54
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
+
62
Then change the root password for your instance:
63
64
0 commit comments