Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-02-2020 12:06 PM
I am running the Neo4j Kubernetes pod and working properly, then m running the job of the same image for performing the neo4j-admin
backup command
neo4j-admin backup --backup-dir=/data \
--pagecache=2G --fallback-to-full=true \
--check-consistency=true --cc-graph=true \
--cc-indexes=true --cc-label-scan-store=true \
--cc-property-owners=true --name=graph.db-backup \
--from=ongdb.default.svc.cluster.local:6362
By running the above command in the job, I am getting an error
command failed: Failed to run a backup using the available strategies.
Is there any flag for neo4j-admin
command is missing or am I doing it in the wrong way?
Thank you.
10-02-2020 08:03 PM
Have you tried running the command with --verbose
to see if there is any additional debug info available?
03-05-2021 04:23 AM
Were you able to solve it finally? Backup port 6362 seems not to be exposed by service in official helm chart, right? Did you found a solution for this problem?
All the sessions of the conference are now available online