刚才wordpress后台提示有更新,从5.2.4一下子跳到5.3了,不知道更新了什么内容,我这边打开wordpress官网提示429 Too Many Requests,所以我是从网盘上离线官方安装包来覆盖安装的。

WordPress官方下载地址:https://www.myzhenai.com.cn/post/2842.html
# !/bin/bash \cp -a /tmp/wp/wordpress/* /opt/html/www.myzhenai.com.cn/ \cp -a /tmp/wp/wordpress/* /opt/html/www.mybabya.com/ \cp -a /tmp/wp/wp-product-review/* /opt/html/www.myzhenai.com.cn/wp-content/plugins/ \cp -a /tmp/wp/akismet/* /opt/html/www.mybabya.com/wp-content/plugins/akismet/ \cp -a /tmp/wp/akismet/* /opt/html/www.myzhenai.com.cn/wp-content/plugins/akismet/ service nginx restart service php-fpm restart
但是很奇怪,这次的更新和以前不一样,以前一覆盖安装完后本地一刷新,马上会提示已更新到最新版,但是这一次程序好像无法识别到更新了。无论是后台还是前台,都提示还是5.2.4版本的。

0 条评论
表情面板
您的邮箱地址和手机号码不会被公开。 必填项已用 * 标注