Closed bernardino closed 3 years ago
The warning section in the README describing how we need to delete the pvc to change the default password is not correct.
README
We can indeed reset that password without having to delete the PVC by:
/var/lib/neo4j/data/dbms/auth
neo4j-admin set-initial-password <new password>
I will create a PR with this section updated.
Fixed by: https://github.com/equinor/helm-charts/pull/7
The warning section in the
README
describing how we need to delete the pvc to change the default password is not correct.We can indeed reset that password without having to delete the PVC by:
/var/lib/neo4j/data/dbms/auth
neo4j-admin set-initial-password <new password>
I will create a PR with this section updated.