¿Cómo importo una instantánea usando Docker?
3 respuestas
- votos
-
- 2019-06-30
Entonces,la respuestaes que laimportaciónfuncionará si usa una ruta absoluta a su archivo deinstantánea. Elnombre de archivo de lainstantáneapor sí solonofuncionará.Tampoco una ruta relativa alnombre del archivo.El comando correcto se verá así:
./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
Hetenidoexactamenteelmismoproblema.Presenté unerroren su contra.Consulte esteproblema aquí
I've had the exact same problem. I've filed a bug against it. See this issue here
-
Muchasgracias.Thank you so much.
- 0
- 2019-06-14
- tezos_tacos
-
- 2019-07-01
Esteproblema se solucionó aquí: https://gitlab.com/tezos/tezos/issues/531 .
This problem was fixed here: https://gitlab.com/tezos/tezos/issues/531 .
Intentéimportar lainstantáneaperonofuncionó.
¿Alguna solución?