Recover Password

I tried to reset the password according this Recover InfluxDB user credentials | InfluxDB OSS v2 Documentation guide and i’m getting this error:

influxd recovery user create --username recover --password recover
WARN[0000]log.go:228 gosnowflake.(*defaultLogger).Warn DBUS_SESSION_BUS_ADDRESS envvar looks to be not set, this can lead to runaway dbus-daemon processes. To avoid this, set
envvar DBUS_SESSION_BUS_ADDRESS=$XDG_RUNTIME_DIR/bus (if it exists) or DBUS_SESSION_BUS_ADDRESS=/dev/null.
2024-09-18T11:47:26.402709Z     info    Resources opened        {"log_id": "0riFBIGW000", "system": "bolt-kvstore", "path": "/root/.influxdbv2/influxd.bolt"}
Error: bucket "userindexv1": bucket not found

using the right bolt file - and this works, but now i get this ofter logging in the recovery user in the web gui

You don’t belong to an organization.
Add user “recover” to an organization to continue

solved: need to add an auth token, and now it works

@dirklaurenz
Thanks for sharing your solution with the community!