Hello experts - I am still a novice user of wordops, though using it from last 1 year or so, did not explore it too much as it performs quite well, did not need to do much after initial setup except general system and wordops upgrade. Now coming to the problem I recently noticed.
Last month I noticed that one of the websites LE certificate was expired, so I explored this forum for the solution, all of the solutions which were given did not work for me. So I thought to update my Ubuntu & wordops to the latest version available.
I did take the backup and also took a snapshot and before upgrade, I created another vm from that snapshot, did all of the upgrades on that new node and pointed the hosts entries of some of the websites to the new node to test everything is fine, which was fine. I upgraded the main node to 3.19.1, which was the latest version of wordops at that time.( 11 Apr 2024)
After that I tried the LE certificate expired solutions which were mentioned in the article https://community.wordops.net/d/327-i-cant-renew-letsencrypt-ssl however that did not work, I left it as it is and today I noticed that when I am opening my site1.com, it is being redirected to dev.site2.com, and I have not done any single change on the server, I have verified that server is secured by checking last logins, log files etc
Since I had the snapshot of the server, I pointed the host file entry to that server and the site still works fine.
These are the commands I ran on the server:
sudo apt-get update
sudo apt-get upgrade
sudo wo -v
sudo wo maintenance
sudo wo update
sudo wo stack upgrade
sudo wo -v
sudo wo site list
sudo wo site create qa.site8.com --wpfc -le
sudo wo site update site.info -le=clean
sudo wo site update site.info -le
sudo wo site update site.info -le=off
ll /var/www/site.info/conf/nginx
sudo rm /var/www/site.info/conf/nginx/ssl.conf.disabled
sudo wo site update site.info -le=on
Can anyone please help me here?
So Sorry for the long post!
What do I need to do? If I need to share anything, please let me know.