- Edited
I have four sites installed on this server. I updated WordOps and the server stack. Out put of that was:
natnut@nhnut:~$ wo update
WordOps changelog available on https://github.com/WordOps/WordOps/releases/tag/v3.16.3
Do you want to continue:[y/N]y
Downloading update script [Done]
updating WordOps, please wait...
Welcome to WordOps install/update script v3.16.3
Installing wo dependencies [OK]
Installing WordOps [OK]
Running post-install steps [OK]
Synchronizing wo database, please wait...
WordOps (wo) upgrade to v3.16.3 was succesfull!
Changelog is available on https://github.com/WordOps/WordOps/releases/tag/v3.16.3
To upgrade WordOps web stacks, you can use the command:
wo stack upgrade
To update all other packages, you can use the command:
wo maintenance
WordOps Documentation : https://docs.wordops.net
WordOps Community Forum : https://community.wordops.net
WordOps Community Chat : https://chat.wordops.net
Give WordOps a GitHub star : https://github.com/WordOps/WordOps/
natnut@nhnut:~$ wo maintenance
updating apt-cache, please wait...
updating packages, please wait...
cleaning-up packages, please wait...
natnut@nhnut:~$ wo stack upgrade
[sudo] password for natnut:
Nginx Stable is not already installed
Your sites may be down for few seconds if you are upgrading Nginx, PHP-FPM, MariaDB or Redis
Do you want to continue:[y/N]y
Updating APT cache [OK]
Configuring php7.3-fpmes [..]
Restarting php7.3-fpm [OK]
Configuring php7.4-fpm
Restarting php7.4-fpm [OK]
Tuning MySQL configuration [OK]
Restarting mariadb [OK]
Restarting fail2ban [OK]
Configuring Fail2Ban
Configuring APT Packages [OK]
Downloading WP-CLI [Done]
Downloading Netdata [Done]
Downloading WordOps Dashboard [Done]
Downloading PHPMyAdmin [Done]
Downloading Adminer [Done]
Downloading Adminer theme [Done]
Downloading Composer [Done]
Downloading MySQLTuner [Done]
Downloading ngxblocker [Done]
Stop : netdata [OK]
Upgrading Netdata [OK]
Upgrading Composer [OK]
Upgrading phpMyAdmin [OK]
Successfully updated packages
Nothing in that stands out to me.
In the browser I am getting the ERR_CONNECTION_REFUSED
error. So it seems I'm not even getting through to the server stack.
I've tried accessing via a VPN in case my IP had someone got blacklisted by something (?), but that made no difference.
I've tried restarting the stack, and also restarting the server.
I see no errors arising in the site specific error logs. As mentioned, it seems my requests are not even making it through to the stack, hence no site errors are generated.
I am not sure what else to try. Any suggestions would be appreciated.
Thank you