You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.
In the following tutorial:
Create a PostgreSQL Cloud SQL Instance
When I enter
gcloud sql instances create --gce-zone us-central1-f \ > --database-version POSTGRES_9_6 --memory 4 --cpu 2 memegen-db
I'm getting the following message:
Recommendation:
change
gcloud sql instances create --gce-zone us-central1-f \ > --database-version POSTGRES_9_6 --memory 4 --cpu 2 memegen-db
to
gcloud sql instances create --zone us-central1-f \ > --database-version POSTGRES_9_6 --memory 4 --cpu 2 memegen-db
The text was updated successfully, but these errors were encountered: