I have an enterprise server running version 3.5.5 and wanted to setup an Aura DB to host it. When I run the push-to-cloud command I get an error that the file uploaded isn't a valid Neo4j dump file. I ran a manual dump and tried to import that file, but I just get an error that it failed (no reason given in the web interface).
The full error message I get (with verbose) is:
We have received your export and it is currently being loaded into your Aura instance.
You can wait here, or abort this command and head over to the console to be notified of when your database is running.
Rough guess for how long dump file import will take: 5 minutes; file size is 0.0 GB (11742840 bytes)
org.neo4j.commandline.admin.CommandFailed: Error: We're sorry, something has gone wrong. We did not recognize the file you uploaded as a valid Neo4j dump file. Please check the file and try again. If you have received this error after confirming the type of file being uploaded, please open a support case. See: https://aura.support.neo4j.com/
at org.neo4j.pushtocloud.HttpCopier.formatCommandFailedError(HttpCopier.java:745)
at org.neo4j.pushtocloud.HttpCopier.doStatusPolling(HttpCopier.java:193)
at org.neo4j.pushtocloud.HttpCopier.copy(HttpCopier.java:133)
at org.neo4j.pushtocloud.PushToCloudCommand.execute(PushToCloudCommand.java:161)
at org.neo4j.commandline.admin.AdminTool.execute(AdminTool.java:127)
at org.neo4j.commandline.admin.AdminTool.main(AdminTool.java:51)
command failed: Error: We're sorry, something has gone wrong. We did not recognize the file you uploaded as a valid Neo4j dump file. Please check the file and try again. If you have received this error after confirming the type of file being uploaded, please open a support case. See: https://aura.support.neo4j.com/
I was hoping to just move the data to Aura so I wouldn't have to migrate the database. Is this a possibility?