Come si importa un'istantanea utilizzando docker?
3 risposta
- voti
-
- 2019-06-30
Quindi la risposta è che l'importazionefunzionerà se utilizzi unpercorso assolutoperiltuofile snapshot. Il solonome delfile dell'istantaneanonfunzionerà.Né sarà unpercorso relativoilnome delfile.Il comando corretto sarà simile a questo:
./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
Ho avuto lo stessoidenticoproblema.Hopresentato unbug contro diesso.Consulta questoproblema qui
I've had the exact same problem. I've filed a bug against it. See this issue here
-
Graziemille.Thank you so much.
- 0
- 2019-06-14
- tezos_tacos
-
- 2019-07-01
Questoproblema è stato risolto qui: https://gitlab.com/tezos/tezos/issues/531 .
This problem was fixed here: https://gitlab.com/tezos/tezos/issues/531 .
Hoprovato aimportare l'istantaneamanon hafunzionato.
Qualche soluzione?