Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading a dump doesn't work with Neo4j 4.4.2 #13

Open
StrangeTcy opened this issue Dec 25, 2021 · 1 comment
Open

Loading a dump doesn't work with Neo4j 4.4.2 #13

StrangeTcy opened this issue Dec 25, 2021 · 1 comment

Comments

@StrangeTcy
Copy link

StrangeTcy commented Dec 25, 2021

Trying to restore a database from a icij-paradise-papers-43.dump with a neo4j v 4.4.2 leads to a following error:
org.neo4j.cli.CommandFailedException: Not a valid Neo4j archive: , which boils down to a

Suppressed: java.util.zip.ZipException: Not in GZIP format
                at java.base/java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:166)
                at java.base/java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:80)
                at java.base/java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:92)
                at org.neo4j.dbms.archive.StandardCompressionFormat$1.decompress(StandardCompressionFormat.java:52)
                at org.neo4j.dbms.archive.StandardCompressionFormat.decompress(StandardCompressionFormat.java:145)
                at org.neo4j.dbms.archive.StandardCompressionFormat.decompress(StandardCompressionFormat.java:129)
                ... 18 more

The dbms.allow_upgrade=true is uncommented in my neo4j.conf

Am I doing anything wrong?

@jexp
Copy link
Contributor

jexp commented Jan 3, 2022

Did you install git lfs before cloning the repo? Check that it’s 500mb not 132 bytes large.
Or you need to download it manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants