Luigi Pagnoni
Luigi Pagnoni

Reputation: 1

Copy neo4j database from another pc

I did it this way

OVERWRITE DIRECTORY NE04J IN ORIGINAL DOCUMENTS WITH THE EMPTY

I get everything but the web-admin, I have not the various style. how do I import too?

image https://i.sstatic.net/NM1MV.png I have different style with default Thanks

Upvotes: 0

Views: 409

Answers (1)

Stefan Armbruster
Stefan Armbruster

Reputation: 39915

Styling settings are saved with the browser either as cookies or via webbrowser's local storage. So you need to copy that over as well, the exact procedure differs between browser types and versions.

amended 2014-09-27

For the the Neo4j browser in the 2.x series (not speaking of 1.x's webadmin):

  • install Firebug plugin and "FireStorage Plus!" plugin.
  • open your neo4j browser: http://localhost:7474
  • press F12 to open firebug
  • go to tab FireStorage Plus!
  • go to localStorage
  • neo4j.grass contains your UI settings
  • neo4j.documents contain your saved queries
  • use context menu's copy&paste to copy these settings to a file

Upvotes: 1

Related Questions