cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

alter user set home database does not work on Neo4j 5.3

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):

maran_0-1673479054095.png

 

 

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. 

 

 

2 REPLIES 2

@maran

Does 

show users yield *

indicate the `neo4j users home database is neo4j or abril20 ?

Hi! It shows "abril20" as the home database for that user but when I import data from the data importer app with the user whose home database is "abril20" it inserts the data in "neo4j" (data importer app uses the home database as the default place to import the data and cannot be changed).