As suggested here : https://github.com/ArcadeData/arcadedb/issues/2058#issuecomment-2718427974 To be able to change the root password on the fly, i use this pr : https://github.com/ArcadeData/arcadedb/pull/2149 And on each boot i remove the root line in the users jsonl file. Now when i do this there is something REALLY WEIRD going on : `'list databases'` returns `[]` ` 'create database test1'` returns `ok` re run `'list databases'` still returns `[]` but run again ` 'create database test1'` and it returns `Database 'test1' already exists` https://github.com/user-attachments/assets/cddeb858-ef9c-4a4d-9309-67bc4d39b92e
As suggested here : #2058 (comment)
To be able to change the root password on the fly, i use this pr : #2149
And on each boot i remove the root line in the users jsonl file.
Now when i do this there is something REALLY WEIRD going on :
'list databases'returns[]'create database test1'returnsokre run
'list databases'still returns[]butrun again
'create database test1'and it returnsDatabase 'test1' already existsPostman_tEaOC57Y4B.mp4