psibase-create-snapshot
NAME
psibase-create-snapshot - Write a snapshot to a file
SYNOPSIS
psibase create-snapshot [-b] [-s key-file...] database snapshot-file
DESCRIPTION
psibase create-snapshot writes a snapshot of the chain state to a file. The snapshot will hold the the most recent state that is signed by the block producers.
OPTIONS
-
-b,--blocksInclude the block log in the snapshot. This will make the block log available for queries.
-
-z,--gzipCompress the snapshot with gzip.
-
-h,--helpPrints a help message
-
-s,--signkey-fileSigns the snapshot with this key. The file should contain a PKCS #8 private key.