Como importe um instantâneo usando o Docker?
3 respostas
- votos
-
- 2019-06-30
Assim,a resposta é que aimportaçãofuncionará se você usar um caminho absolutopara o seu arquivo deinstantâneos. Onome do arquivamento doinstantâneo sozinhonãofuncionará.Nem um caminho relativo onome do arquivo.O comando corretoficará assim:
./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
Eutiveexatamente omesmoproblema.Eu arquivei umbug contraele.Ver Esta questão aqui
I've had the exact same problem. I've filed a bug against it. See this issue here
-
Muito obrigado.Thank you so much.
- 0
- 2019-06-14
- tezos_tacos
-
- 2019-07-01
Esseproblemafoi corrigido aqui: https://gitlab.com/tezos/tezossues/531 .
This problem was fixed here: https://gitlab.com/tezos/tezos/issues/531 .
Eutentei importar oinstantâneo,masnãofuncionou.
Qualquer soluções?