Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloudctl Postgres Create-Standby: --replicas flag has no effect #204

Open
eberlep opened this issue Sep 29, 2022 · 0 comments · May be fixed by #205
Open

Cloudctl Postgres Create-Standby: --replicas flag has no effect #204

eberlep opened this issue Sep 29, 2022 · 0 comments · May be fixed by #205

Comments

@eberlep
Copy link
Collaborator

eberlep commented Sep 29, 2022

There is a replicas flag:

 ~ $ c postgres create-standby --help
create postgres standby

Usage:
  cloudctl postgres create-standby [flags]

Flags:
      [..]
      --replicas int                 replicas of the database (default 1)

However, it is not used (standby instances are always created with only one replica). While this is the intended behaviour, the flag is confusing and should be removed.

@eberlep eberlep linked a pull request Sep 29, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant