-
Hello, I search the docker container in the LXC without success, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I found a solution with update command directly in LXC, without success, /remote: Enumerating objects: 1179, done.
Same error with : |
Beta Was this translation helpful? Give feedback.
-
Solution, if i help anybody: re-inject a backup. |
Beta Was this translation helpful? Give feedback.
Solution, if i help anybody:
After make a backup of my LXC. file CT and config
i stop zoraxy service :
systemctl stop zoraxy.service
i make a copy of go.mod and go.sum
cd /opt/zoraxy.src
cp go.mod go.mod.bak
cp go.sum go.sum.bak
I delete this 2 files :
rm go.mod
rm go.sum
and make the update :
update V3.1.1r3
re-inject a backup.