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

password change after upgrade #3928

Closed
QingZ11 opened this issue Feb 23, 2022 · 1 comment
Closed

password change after upgrade #3928

QingZ11 opened this issue Feb 23, 2022 · 1 comment
Assignees
Labels
need info Solution: need more information (ex. can't reproduce) type/bug Type: something is unexpected
Milestone

Comments

@QingZ11
Copy link
Contributor

QingZ11 commented Feb 23, 2022

Describe the bug

After upgrade to v3.0, the password of the root account is automatically changed to the default nebula.

Your Environments

  • Nebula version: v2.0.1 updated to v3.0.0

ref: https://discuss.nebula-graph.com.cn/t/topic/7619/17

@QingZ11 QingZ11 added the type/bug Type: something is unexpected label Feb 23, 2022
@Sophie-Xie Sophie-Xie added this to the v3.1.0 milestone Feb 23, 2022
@Sophie-Xie Sophie-Xie assigned darionyaphet and unassigned CPWstatic Feb 28, 2022
@darionyaphet
Copy link
Contributor

Update the password in nebula 2.0.1

(root@nebula) [(none)]> CHANGE PASSWORD root FROM 'nebula' TO 'nebula12'
Execution succeeded (time spent 3583/4260 us)

Wed, 02 Mar 2022 15:35:50 CST

after that, upgrade to nebula 3.0 with old password but it failed.

> ./nebula-console -addr=192.168.8.5  --port=1356 --u=root --p=nebula
2022/03/02 15:39:13 Fail to create a new session from connection pool, fail to authenticate, error: Invalid password
panic: Fail to create a new session from connection pool, fail to authenticate, error: Invalid password

using the modified password is fine

./nebula-console -addr=192.168.8.5  --port=1356 --u=root --p=nebula12

Welcome to Nebula Graph!

I guess the enable_authorize may be closed.

@Sophie-Xie Sophie-Xie added the need info Solution: need more information (ex. can't reproduce) label Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need info Solution: need more information (ex. can't reproduce) type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

4 participants