Copy neo4j database from another pc

南笙酒味 提交于 2019-12-11 20:00:43

问题


I did it this way

OVERWRITE DIRECTORY NE04J IN ORIGINAL DOCUMENTS WITH THE EMPTY

  • JOIN FOR XP USERNAME / APPLICATION DATA / Neo4j COMMUNITY OR 7 "C: \ Users \ Tuo_Utente \ AppData \ Roaming \ Neo4j COMMUNITY"  COPY THE FOLDER FROM THE ORIGINAL SYSTEM to NEW

  • TO JOIN PROGRAMS X86 / NE04J Commuity  COPY THE FOLDER FROM THE ORIGINAL SYSTEM to NEW

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

image http://i.imgur.com/xdgh9Bv.png?1 I have different style with default Thanks


回答1:


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


来源:https://stackoverflow.com/questions/26035149/copy-neo4j-database-from-another-pc

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!