Upgrade from Ubuntu 20 >22  [SOLVED]

Discussions about the usage of KeyHelp.
Post Reply
User avatar
martins
Posts: 30
Joined: Mon 18. Nov 2019, 13:32

Upgrade from Ubuntu 20 >22

Post 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!
Last edited by martins on Fri 16. Dec 2022, 08:37, edited 1 time in total.
User avatar
Alexander
Keyweb AG
Posts: 3810
Joined: Wed 20. Jan 2016, 02:23

Re: Upgrade from Ubuntu 20 >22  [SOLVED]

Post 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.
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
User avatar
martins
Posts: 30
Joined: Mon 18. Nov 2019, 13:32

Re: Upgrade from Ubuntu 20 >22

Post by martins »

Thank You Alexander!
The issue has been resolved.
Post Reply