桥哥 发表于 2020-9-1 11:49:42

宝塔面板更新方法

宝塔面板更新方法
Linux面板:登录面板后台,右上角点击更新,弹窗后,点击立即更新




或者使用升级脚本(注意:优先在面板首页直接点更新,失败的情况下,才使用此命令,且不能在面板自带的SSH终端执行):
curl https://download.bt.cn/install/update_panel.sh|bash
离线升级步骤:
1、下载离线升级包:http://download.bt.cn/install/update/LinuxPanel-7.4.3.zip2、将升级包上传到服务器中的/root目录3、解压文件:unzip LinuxPanel-7.4.3.zip4、切换到升级包目录:cd panel5、执行升级脚本:bash update.sh6、删除升级包:cd .. && rm -f LinuxPanel-7.4.3.zip && rm -rf panel

Windows面板:

登录面板后台,右上角点击更新,弹窗后,点击立即更新


mrwu888 发表于 2020-9-1 13:39:10

:)好的 知道了

WThank 发表于 2024-4-2 14:51:44

curl https://download.bt.cn/install/update_pane
% Total    % Received % XferdAverage Speed   Time    Time   TimeCurrent
                                 DloadUpload   Total   Spent    LeftSpeed
100 11447100 11447    0   070913      0 --:--:-- --:--:-- --:--:-- 71099
=====================================
开始升级宝塔Linux面板,请稍候...
=====================================
--2024-04-02 14:47:11--https://download.bt.cn/install/public.sh
Resolving download.bt.cn (download.bt.cn)... 42.157.129.47, 2001:19f0:7001:54fc:5400:2ff:fe9b:97f9
Connecting to download.bt.cn (download.bt.cn)|42.157.129.47|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4560 (4.5K)
Saving to: ‘/tmp/bt_tmp_file.temp’

0% [                                       ] 0         --.-K/s   in 0s      


Cannot write to ‘/tmp/bt_tmp_file.temp’ (Success).
|-文件下载失败 /www/server/panel/install/public.sh
正在选择下载节点...
bash: line 51: [: !=: unary operator expected
bash: line 53: [: !=: unary operator expected
bash: line 55: [: !=: unary operator expected
https://pypi.org/simple
bash: line 69: cannot create temp file for here-document: No space left on device
--2024-04-02 14:47:18--https://download.bt.cn/install/update/LinuxPanel-8.0.6.zip
Resolving download.bt.cn (download.bt.cn)... 42.157.129.47, 2001:19f0:7001:54fc:5400:2ff:fe9b:97f9
Connecting to download.bt.cn (download.bt.cn)|42.157.129.47|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 45091655 (43M)
Saving to: ‘/tmp/panel.zip’

0% [                                       ] 0         --.-K/s   in 0s      


Cannot write to ‘/tmp/panel.zip’ (Success).
获取更新包失败,请稍后更新或联系宝塔运维
页: [1]
查看完整版本: 宝塔面板更新方法