memgraph-platform
memgraph-platform copied to clipboard
Memgraph platform - snapshot is not created on the restarts
Memgraph Platform does not create a snapshot after a restart, even though --storage-snapshot-on-exit=trueis set to true.
In my deployment snapshot are not persistent at all. The folder /var/lib/memgraph is always empty. It seems that memgraph is storing snapshots on /usr/lib/memgraph, but is not restoring them on restart and also the guide states to mount a volume to /var/lib/memgraph not /usr/lib/memgraph .
Hi @fvillena, sorry for the late response, but somehow, I missed this issue. If you're still using Memgraph, can you tell me if you resolved this issue? Did you define volumes in your deployment?