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
-
스냅 샷을 가져 오려고했지만 작동하지 않습니다.
해결책이 있습니까?