Comment importer un instantané à l'aide de Docker?
3 réponses
- votes
-
- 2019-06-30
La réponseest donc l'importationfonctionnera si vous utilisez un chemin absolu vers votrefichierinstantané. Lenom defichier d'instantané seulne fonctionnerapas.Un chemin relatif dufichier defichier.La commande correcte ressemblera à ceci:
./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
J'aieu lemêmeproblème.J'ai déposé unbug contre ça.Voir Cenuméroici
I've had the exact same problem. I've filed a bug against it. See this issue here
-
Mercibeaucoup.Thank you so much.
- 0
- 2019-06-14
- tezos_tacos
-
- 2019-07-01
Ceproblème a été corrigéici: https://gitlab.com/tezos/tezos/issues/531 .
This problem was fixed here: https://gitlab.com/tezos/tezos/issues/531 .
J'aiessayé d'importer uninstantanémais celan'apasfonctionné.
Toute solution?