Hi!
Previously with Neo4j 4.4 version I used these commands to change the home database:
:use system
alter user neo4j set home database databasename
I had to upgrade Neo4j to 5.3 version to have some gds.alpha algorithms available, but I can't change the home database now. The commands work ok (no error is thrown), but the home database does not change (it is neo4j - the default- and not abril20):
How can I change it?
Some extra context: I want to change the home database because I want GraphApp (Nx) to import database in one specific database but I am not available to chose which one (abril20) and by defaults it imports the data in the home database.
