reset fusionauth using the cli
-
how can i reset fusionauth using the CLI?
I tried to do it using a kickstart file and it failed, and now i am locked out of the system as the users didnt create correctly.Is there a way to reset it again using the cli?
-
Sorry to hear that!
You should be able to use the API key from the kickstart file to reset the password of a user. The easiest way is probably to use the Update User API: https://fusionauth.io/docs/v1/tech/apis/users#update-a-user
-
@dan no, I mean to do a reset of the entire fusionauth.
It's ok we worked out the easiest way was dumping the db and letting it all get regenerated. and going from there. -
@nicholas-tsaoucis Glad you figured it out, thanks for closing the loop!