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
echo"The first argument must be the file path containing the raw output (stdout) of the mithril-client CLI download command."
8
-
echo"The second optional argument must be '--include-ancillary' if ancillary files are included."
6
+
echo"Usage: $0 --docker-cmd [docker run command string] [--include-ancillary] [--ledger-backend <in-memory|lmdb|legacy>]"
7
+
echo""
8
+
echo"Parameters:"
9
+
echo" --docker-cmd <command> (Required) The 'docker run' command output in the result of a mithril-client CLI download or snapshot converter command."
10
+
echo" --include-ancillary (Optional) Does the ancillary files were included in the restoration."
11
+
echo" --ledger-backend <in-memory|lmdb> (Optional) Specify the ledger backend. Default is 'in-memory'. Note: lmdb backend requires --include-ancillary to be set."
0 commit comments