We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce: List the minimal actions needed to reproduce the behavior.
./influxdb_2.0.0-beta.9_linux_amd64/influxd
./influxdb_2.0.0-beta.9_linux_amd64/influx setup --org bug --bucket bug --retention 1h --username bug --password buggy
Expected behavior: Welcome to InfluxDB 2.0!
You have entered: Username: bug Organization: bug Bucket: bug Retention Period: 1 hrs Confirm? (y/n): Actual behavior: Welcome to InfluxDB 2.0!
You have entered: Username: bug Organization: bug Bucket: bug Retention Period: 3600000000000 hrs Confirm? (y/n): Environment info:
System Info: Linux x86_64
InfluxDB version: InfluxDB 2.0.0-beta.9 (git: eb6a552) build_date: 2020-04-24T20:14:53Z
System info: Run uname -srm and copy the output here
uname -srm
InfluxDB version: Run influxd version and copy the output here
influxd version
Other relevant environment details: Container runtime, disk info, etc
Time matters....
The text was updated successfully, but these errors were encountered:
@poulhs thanks for the issue. yeah this is a bug. we will take a look.
Sorry, something went wrong.
fix(influx): fixup display message for onboarding with interactive an…
3c772d4
…d rp flag closes: #17862
a9abb67
3ad0093
@poulhs thanks for filing this bug! fix is in and should land in the next release 👍
but it was such a nice bug.... 😉
jsteenb2
Successfully merging a pull request may close this issue.
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
./influxdb_2.0.0-beta.9_linux_amd64/influxd
./influxdb_2.0.0-beta.9_linux_amd64/influx setup --org bug --bucket bug --retention 1h --username bug --password buggy
Expected behavior:
Welcome to InfluxDB 2.0!
You have entered:
Username: bug
Organization: bug
Bucket: bug
Retention Period: 1 hrs
Confirm? (y/n):
Actual behavior:
Welcome to InfluxDB 2.0!
You have entered:
Username: bug
Organization: bug
Bucket: bug
Retention Period: 3600000000000 hrs
Confirm? (y/n):
Environment info:
System Info: Linux x86_64
InfluxDB version: InfluxDB 2.0.0-beta.9 (git: eb6a552) build_date: 2020-04-24T20:14:53Z
System info: Run
uname -srm
and copy the output hereInfluxDB version: Run
influxd version
and copy the output hereOther relevant environment details: Container runtime, disk info, etc
Time matters....
The text was updated successfully, but these errors were encountered: