I am trying to move data from a Community Edition Neo4j instance to a new server running Neo4j Enterprise 4.1.3 on Ubuntu 20.04.
I have a data dump file from the source and ran the load command to load it into a new database on the server running Neo4j enterprise. I followed these commands: https://neo4j.com/docs/operations-manual/current/tools/dump-load/
After running the load operation, without any errors, I am unable to start the database. It remains offline.
So far I have tried
*Running "Start Database
*Restarting neo4j service
*Restarting server
Is there an obvious step I am missing? Any advice on how to troubleshoot this would be appreciated.
Thanks!