Strategy for arangodb data backup in docker container

879 views Asked by At

I would like to do a backup of arangodb data in case of arangodb runs in a docker container. (the data of arangodb are mounted as volume to the host system).

One solution would be to create a docker image (based on the official arangodb image) which contains a script for the backup via arangodump But the question is who triggers the backup (e.g. enhance the image with cron or trigger the script execution from the outside via cron )

A solution would also be when I would be able to do the backup via arangojs (because of using it for my node server). But it seems there is no API for this...

Can anybody of you has a solution or suggestions to this topic?

0

There are 0 answers