Skip to content
Snippets Groups Projects
Commit 81f1eee5 authored by Eric Frias's avatar Eric Frias
Browse files

Prevent snapshotting after hive sync from failing when copying shared_memory.bin

on slow hardware, fixes #26
parent c1c74a03
No related branches found
No related tags found
1 merge request!89Prevent snapshotting after hive sync from failing when copying shared_memory.bin
Pipeline #120143 failed
......@@ -440,7 +440,10 @@ else
fi
# Create a snapshot of the ZFS pool
./snapshot_zfs_datasets.sh $SNAPSHOT_NAME
# (specify --force to prevent snapshot_zfs_datasets from erroring out
# if the blockchain and shared_memory write times are too far apart,
# something that can easily happen when copying the shared memory file)
./snapshot_zfs_datasets.sh --force $SNAPSHOT_NAME
# Restart Docker Compose
docker compose up -d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment