Neo4j Maintenance
This chapter is special guide for Neo4j maintenance and settings. And you can refer to Administrator and Steps after installing for some general settings that including: Configure Domain, HTTPS Setting, Migration, Web Server configuration, Docker Setting, Database connection, Backup & Restore...
Maintenance guide
Neo4j Backup
Please refer to Neo4j's Backup Docs
Neo4j Upgrade
Neo4j Upgrade is not easy, please refer to Neo4j's Upgrade Docs
升级对象一般指的是:Neo4j 4.1.2 to Neo4j 4.2.0,下面说明主要步骤:
-
停止 Neo4j 服务之后,安装指定的版本
sudo systemctl stop neo4j
sudo apt-get update
sudo sudo apt-get install neo4j=1:4.2.2 -
修改 Neo4j 配置文件,取消
dbms.allow_upgrade=true
前面的 # 号