- Edited
Today I migrated my EasyEngine driven server to WordOps. first of all: thank you guys for forking and working on this project!
After successful migration (I believe), I tried to follow the post-migration steps laid out in docs.
So I used the wo site update domain.com --php73 command to update my most important vhost to php 7.3 as the site was no longer reachable after ee2wo migration.
However this did not work as expected. Instead I am seeing this notice in wo log:
Creating config file /etc/php/7.3/mods-available/xsl.ini with new version
php7.3-zip (7.3.5-1+ubuntu16.04.1+deb.sury.org+1) wird eingerichtet ...
Creating config file /etc/php/7.3/mods-available/zip.ini with new version
Trigger für libc-bin (2.23-0ubuntu11) werden verarbeitet ...
Trigger für systemd (229-4ubuntu21.21) werden verarbeitet ...
Trigger für ureadahead (0.100.0-19.1) werden verarbeitet ...
Trigger für php7.3-fpm (7.3.5-1+ubuntu16.04.1+deb.sury.org+1) werden verarbeitet ...
Fehler traten auf beim Bearbeiten von:
fail2ban
E: Sub-process /usr/bin/dpkg returned an error code (1)
2019-05-10 17:02:42,964 (INFO) wo : [94m[91mOops Something went wrong!![0m
2019-05-10 17:02:42,964 (ERROR) wo : [91mCheck the WordOps log for more details tail /var/log/wo/wordops.log
and please try again...[0m
Any help? Why can't wo handle my fail2ban installation?
EDIT:
Ok, so for the time being I removed fail2ban and ran above command once more.
Now I am seeing this in terminal:
Running pre-update checks, please wait...
NGINX configuration check failed.
root@server:# nginx -t
nginx: [emerg] unknown directive "serverunix:/var/run/php/php73-fpm.sock" in /etc/nginx/conf.d/upstream.conf:37
Duh. Any help?