如何使用Docker导入快照?
3 个回答
- 投票数
-
- 2019-06-30
因此答案是,如果您使用快照文件的绝对路径,导入将起作用. 仅快照文件名将不起作用.相对路径也不会是文件名.正确的命令将如下所示:
./mainnet.sh snapshot import /absolute/path/to/snapshotfile/snapshotfile.full
So the answer is the import will work if you use an absolute path to your snapshot file. The snapshot filename alone will not work. Nor will a relative path the filename. The correct command will look like this:
./mainnet.sh snapshot import /absolute/path/to/snapshotfile/snapshotfile.full
-
- 2019-06-11
我遇到了完全相同的问题.我已经针对它提出了一个错误.请参见此问题
I've had the exact same problem. I've filed a bug against it. See this issue here
-
非常感谢.Thank you so much.
- 0
- 2019-06-14
- tezos_tacos
-
- 2019-07-01
此问题已在此处解决: https://gitlab.com/tezos/tezos/issues/531 .
This problem was fixed here: https://gitlab.com/tezos/tezos/issues/531 .
我尝试导入快照,但是没有用.
有解决方案吗?