Hello Manish,
My recommendation would be to:
- Stop the database.
- Copy the contents of the database folder somewhere for safe-keeping. (In Neo4j Desktop, you can go to Manage -> Open Folder (for the database you are working on)
- In the Finder window, navigate to the data/databases folder and copy the entire database folder.
- Copy the contents of the graph.db folder somewhere for safe-keeping. (Important! This your backup!)
- Uninstall Neo4j Desktop.
- Reinstall Neo4j Desktop
- Create a new local graph in a project.
- Start the graph (this will create a new graph.db folder)
- Stop the graph.
- Copy the backup graph.db over the graph.db folder you just created.
- Start the graph.
Hopefully, this will enable you to start fresh with your saved database.
Elaine