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

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

Description

@conradwt

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions