Skip to content

Commit

Permalink
Update server_software.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Sep 18, 2024
1 parent 58bdecd commit 5473f20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/server_software.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ Create neo4j dump:
On the taylor server if you dont specify a path to the save location of the dump it will be `/neo4j/5/data/dumps`

Send to new server:
`sudo scp /neo4j/5/data/dumps/neo4j.dump [email protected]:/home/stearb/`

change modifications of dump destinaton: `sudo chmod -R +666 /data/`

`sudo scp /neo4j/5/data/dumps/neo4j.dump [email protected]:/data`


## Load new database
make sure to give proper permissions to the conf file on the new server, `sudo chmod -R 400 /opt/neo4j-community-5.23.0/conf/`
Expand Down

0 comments on commit 5473f20

Please sign in to comment.