DEV Community

Discussion on: How to use docker to run multiple neo4j servers simultaneously

Collapse
 
canbax profile image
yusuf

Hi I trying to manage 2 separate databases on 1 machine. I did exactly what you said. One of my databases is empty and other contains some data.

When I goto URL localhost:7474 it is fine it shows me non-empty database.

When I goto URL localhost:7475 it opens up but shows me the SAME DATABASE. It should have been empty ?

When I open them the header of webpage redirects to the same bolt port WHY is that ?

thepracticaldev.s3.amazonaws.com/i...

Collapse
 
rohitfarmer profile image
Rohit Farmer

Hi Yusu,
Sorry for the late reply. Have you already found your answer, or you still need help? I did not encounter the problem that you are facing. Therefore, I do not have a ready answer. I will have to re-create your error to find a solution. Why don't you try to populate both of your databases and see if it's still connecting to the same database?

Collapse
 
canbax profile image
yusuf

Hi Rohit

It's not too late ;)

I noticed that although 2 DBs are running at the same time at the same machine, somehow you can only browse only one of them through browser.

here more details stackoverflow.com/questions/585535...