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

Updating remote bucket name not possible #545

Open
LarsStegman opened this issue Jul 29, 2024 · 2 comments
Open

Updating remote bucket name not possible #545

LarsStegman opened this issue Jul 29, 2024 · 2 comments

Comments

@LarsStegman
Copy link

Hi, I am trying to point one of my replications to a new bucket, but I get an error message:

  1. Create a new replication using `influx replication create -n my-repl --remote-id xxxx --remote-bucket my-bucket
  2. Try to change the remote bucket using influx replication update -i yyyy --remote-bucket my-new-bucket
  3. You get Error: flag provided but not defined: -remote-bucket
@DStrand1
Copy link
Member

Currently, the replication update command only supports a --remote-bucket-id flag, which you could acquire in this case with influx bucket list -n my-new-bucket (and providing org or org ID)

@LarsStegman
Copy link
Author

Can this be a feature request then :)

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

No branches or pull requests

2 participants