Skip to content

Commit 6854c98

Browse files
committed
Updated links to database dump
1 parent c93387b commit 6854c98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/ckg_builder/graphdb-builder.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ This will start a partial update of the Publication nodes and their relationship
250250
Building CKG's Graph Database from a Dump File
251251
=================================================
252252
253-
A dump file of the database is also made available in this `link <https://data.mendeley.com/datasets/mrcf7f4tc2/1>`__ and alternatively, you can use it to load the graph database contained in it.
254-
To do so, download both files (``ckg_190521_neo4j_4.2.3.dump`` and ``data.tar.gz``).
253+
A dump file of the database is also made available in this `link <https://datashare.biochem.mpg.de/s/kCW7uKZYTfN8mwg/download>`__ and alternatively, you can use it to load the graph database contained in it.
254+
To do so, download the dump file ``ckg_latest_4.2.3.dump`` and also ``data.zip`` from this `link <https://datashare.biochem.mpg.de/s/fP6MKhLRfceWwxC/download>, which contains some nodes and relationships associated to the licensed databases.
255255
256256
The ``.dump`` file will be used to load the Neo4j graph database:
257257
@@ -275,14 +275,14 @@ If you have Neo4j desktop installed, you can use Neo4j terminal to access the pa
275275
276276
$ mkdir backups
277277
$ mkdir backups/graph.db
278-
$ cp ckg_190521_neo4j_4.2.3.dump backups/graph.db/.
278+
$ cp ckg_latest_4.2.3.dump backups/graph.db/.
279279
280280
281281
1. After copying the dump file to backups/graph.db/, make sure the graph database is shutdown and run:
282282
283283
.. code-block:: bash
284284
285-
$ bin/neo4j-admin load --from=backups/graph.db/ckg_190521_neo4j_4.2.3.dump --database=graph.db --force
285+
$ bin/neo4j-admin load --from=backups/graph.db/ckg_latest_4.2.3.dump --database=graph.db --force
286286
287287
288288
In some systems you might have to run this as root:

0 commit comments

Comments
 (0)