You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works perfectly and the snapshots are there. But if I reboot the machine, when it restarts, dragonfly doesn't load the snapshot. Is there something else that I have to do to tell it to load a snapshot on restart?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I use this command to initially run the container, and if the machine is reboot, it restarts the container:
docker compose -f docker-compose-dragonfly.yml up -d
In the docker compose file is the following:
command: ["--proactor_threads", "2" , "--logtostderr", "--snapshot_cron", "*/15 * * * *"]
It works perfectly and the snapshots are there. But if I reboot the machine, when it restarts, dragonfly doesn't load the snapshot. Is there something else that I have to do to tell it to load a snapshot on restart?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions