Phillip,
This should have been your big 50th. And you aren’t here anymore.
I still miss you.
Michael
Phillip,
This should have been your big 50th. And you aren’t here anymore.
I still miss you.
Michael
That was a fairly painless upgrade to the server. Now running on the 20.04 LTS. Seems to be working as expected. Which is kind of the point really.
So I’ll probably upgrade a few more of the virtual machines soon to get them to the latest LTS. Although I think I have till 2023 to have to do this…
Logging in ok, so I guess that’s fine.
Next step – upgrade server from Ubuntu 18.04 LTS to 20.04 LTS
I guess the question is, do I feel lucky?
🙂
Well, its been a bit of a while, but I think I have this one finally fixed.
The problem has been that when I moved to using SSL (ie., encrypting all traffic to and from the site) although I changed the WordPress configuration file (wp-config.php) to the new address (https://veltman.org), the underlying entry in the mySQL database still pointed to the original site (http://veltman.org).
To fix it, I had to change the following table entries:
In the table wp_options:
siteurl https://veltman.org
home https://veltman.org
Both needed modification as they were still pointing at the original http://veltman.org address. This was enough to confuse WordPress at the time of login