Hi,
we are migrating our InfluxDB 1.x to InfluxDB2. In our 1.x setup we have multiple buckets, each one for a different user, and each user with grants to its bucket. But now, Influx2 introduces the term of organizations, members, etc… Our approach will be to create one organization/bucket for each user, so, they can use the frontend, have limited access to its bucket, can create tokens, dashboards, etc.
The question is: we are migrating from 1.x to 2, with docker, and by default, all buckets are migrated to the default organization. Is there any way to move a bucket to a different organization? I have been searching over the API, but cannot find anything.
Thanks for your help.