Hi All,
I have deployed Neo4j version 4.4.31 Enterprise Edition into an AKS cluster, and the Neo4j database is functioning properly. We aim to back up the Neo4j database from the existing pods and restore it into another pod. The backup has been successfully taken and the backup files have been copied to the new pod. However, I am encountering an error while executing the restore command. Could someone please assist me in resolving this issue?
neo4j@neo4j-database-4-0:/backups$ neo4j-admin restore --database=neo4j --from=/backups/neo4j/ --force
Selecting JVM - Version:11.0.22+7, Name:OpenJDK 64-Bit Server VM, Vendor:Eclipse Adoptium
restorePath=/backups/neo4j, restoreStatus=failed, reason=Source directory is not a database backup [/backups/neo4j]
Restore command wasn't execute successfully
neo4j@neo4j-database-4-0:/backups$ ls
neo4j
neo4j@neo4j-database-4-0:/backups$ ls /backups/neo4j/
neostore.counts.db neostore.nodestore.db.labels.id neostore.propertystore.db.strings neostore.relationshiptypestore.db.id
neostore.indexstats.db neostore.propertystore.db neostore.propertystore.db.strings.id neostore.relationshiptypestore.db.names
neostore.labeltokenstore.db neostore.propertystore.db.arrays.id neostore.relationshipgroupstore.db neostore.relationshiptypestore.db.names.id
neostore.labeltokenstore.db.names neostore.propertystore.db.id neostore.relationshipgroupstore.db.id neostore.schemastore.db.id
neostore.labeltokenstore.db.names.id neostore.propertystore.db.index neostore.relationshipstore.db neostore.transaction.db.2
neostore.nodestore.db neostore.propertystore.db.index.id neostore.relationshipstore.db.id profiles
neostore.nodestore.db.id neostore.propertystore.db.index.keys neostore.relationshiptypescanstore.db tools
neostore.nodestore.db.labels neostore.propertystore.db.index.keys.id neostore.relationshiptypestore.db
neo4j@neo4j-database-4-0:/backups$