=== cpaelzer_ is now known as cpaelzer [06:42] Good morning [07:26] Hi! I encountered an issue while upgrading the release of an ubuntu server installation recently. [07:27] I started upgrading over ssh, but became disconnected, I am not sure how far the upgrade progressed before disconnecting. [07:28] I then later tried to continue the upgrade at the computer system terminal. [07:28] It prompted me to instead upgrade the OS, that is update/upgrade [07:29] After which the system no longer had any network connectivity. [07:29] Hello! I just upgraded a Ubuntu server from 16 to 18 to 20 and therefore from mysql 5.7 to 8.0. The mysql server now can't complete the upgrade because of a faulty routine: "Error in parsing Routine 'somedb'.'someroutine' during upgrade. You have an error in your SQL syntax;". How can I just remove this routine so the upgrade will go through? Right now the mysql server won't start because of it. Any suggestions? [07:30] I noticed the netplan configuration 99_config.yaml which set a static ip as per the documentation was no longer there, additionally that the systemd networking.service unit file reported it was missing when systemd restart commands where used. [07:43] Alright, I got this working. [07:45] By manually upgrade, dsel-upgrade all the packages for the new release then rebooting. The networking now works on the machine [07:45] New issue "Welcome to Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-77-generic x86_64)” [07:45] New release '20.04.2 LTS' available. [07:45] Run 'do-release-upgrade' to upgrade to it. [07:47] Despite being upgraded to the latest release, the banner still says a new release is available. [07:48] Is this static text, or is this an error. [07:48] Any ideas? === oerheks1 is now known as oerheks === falcojr0 is now known as falcojr [17:02] hello all, i have a php applicaiton running on 16.04, trying to migrate the code but that project is going to take some time for the devs to complete. I am looking to install PHP7.0 on Ubuntu 20.04 is backports the appropriate use case for this? [17:10] Supbro12: since 20.04 ships with PHP 7.4 by default, you could use a PPA like https://launchpad.net/~ondrej/+archive/ubuntu/php?field.series_filter=focal to get the old 7.0 version [17:18] sdeziel thanks i'll look at this right now