force update
#8323
Replies: 1 comment
-
You can try the following commands for manual upgrade. # Stop the service
1pctl stop
# Backup the binary
mv /usr/local/bin/1panel /usr/local/bin/1panel.bak
# Download the latest package, replace the version number with the latest version
wget https://resource.1panel.pro/stable/v1.10.28-lts/release/1panel-v1.10.28-lts-linux-arm64.tar.gz
# Extract the package
tar zxvf 1panel-v1.10.28-lts-linux-amd64.tar.gz
# Copy and replace the binary
cp 1panel-v1.10.28-lts-linux-amd64/1panel /usr/local/bin/
# Restart the service
1pctl restart |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1pctl version
1panel version: v1.10.3-lts
mode: stable
how to force update?
Beta Was this translation helpful? Give feedback.
All reactions