Page 1 of 1

Upgrade from Ubuntu 20 >22

Posted: Thu 15. Dec 2022, 02:54
by martins
Hello,

I suddenly answered 'NO' for upgrade through SSH during the script execution, because I run the script via SSH . When I try to run the script again directly on the server, it gave me the error below:

Code: Select all

sudo php keyhelp_ubuntu_upgrade_20_to_22.php 
PHP Fatal error:  The file /home/[user]/keyhelp_ubuntu_upgrade_20_to_22.php encoded as type [1/81] cannot be decoded by this version of the ionCube Loader.
 in Unknown on line 0
What should I do?

Thank You!

Re: Upgrade from Ubuntu 20 >22  [SOLVED]

Posted: Thu 15. Dec 2022, 09:49
by Alexander
Just call the console command

Code: Select all

do-release-upgrade
Than you are basically at step 2 (https://www.keyhelp.de/news/upgrade-ubu ... ubuntu-22/).
Proceed the guide from step 2 until you have finished all the steps.

Re: Upgrade from Ubuntu 20 >22

Posted: Fri 16. Dec 2022, 08:35
by martins
Thank You Alexander!
The issue has been resolved.