Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

WARNING: Flag --gce-zone is deprecated #9

Open
conradwt opened this issue Mar 18, 2019 · 0 comments
Open

WARNING: Flag --gce-zone is deprecated #9

conradwt opened this issue Mar 18, 2019 · 0 comments

Comments

@conradwt
Copy link

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:

WARNING: Flag `--gce-zone` is deprecated and will be removed by release 255.0.0. Use `--zone` instead.

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant