If while trying to load a Dump file of your database to Aura the push-to-cloud operations fail with
command failed: Active logical log detected, this might be a source of inconsistencies.
Please recover database.
To perform recovery please start database in single mode and perform clean shutdown.
you may have a slightly inconsistent Dump file and Aura may reject it to prevent any possible data corruption.
Usually this can be easily resolved by loading the database back and performing the following:
- Load/Start the database in Desktop
- Open a command-line terminal (and run bin/neo4j console)
- stop the database : `stop database <<your_database_name>> (see https://neo4j.com/docs/operations-manual/current/manage-databases/queries/#manage-databases-queries-stop-database)
- Generate another Dump file: neo4j-admin dump (See https://neo4j.com/docs/operations-manual/current/backup-restore/offline-backup/ )
If you continue to experience the error after performing the above steps, please open a support ticket.
Comments
0 comments
Article is closed for comments.