Skip to content

celluloid-camp/semantic-annotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Annotation

Docker Build

Restore Neo4j database

First test if the neo4j is ready and espectateur database doesn't exists:

    docker exec --interactive --tty sematic-annotation-neo4j cypher-shell -u  neo4j  -p espectateurneo4j "SHOW DATABASES"

Restore the database with :

    docker exec --interactive --tty sematic-annotation-neo4j neo4j-admin load --from=/dump/espectateur.dump  --database espectateur

Create the database after the load operation finishes :

    docker exec --interactive --tty sematic-annotation-neo4j cypher-shell -u  neo4j  -p espectateurneo4j "CREATE DATABASE espectateur"

References

- https://neo4j.com/docs/operations-manual/4.4/backup-restore/restore-dump/
- https://neo4j.com/docs/cypher-manual/4.4/databases/#administration-databases-stop-database

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages