Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from 18.0.41 #94

Closed
danielbwa opened this issue May 2, 2023 · 8 comments
Closed

Update from 18.0.41 #94

danielbwa opened this issue May 2, 2023 · 8 comments
Labels
bug Something isn't working

Comments

@danielbwa
Copy link

danielbwa commented May 2, 2023

I want to use this script but I've noticed My Plesk Version is 18.0.41 and the minimal version to run this script is 18.0.43. The only available update from my Plesk is 18.0.52 and to get this update I need this script so I can migrate from CentOS 7 to AlmaLinux 8.

I'm willing to try if this script will also work with Plesk 18.0.41 but otherwise is there a way to perform a upgrade to 18.0.43?

Thanks!

@danielbwa danielbwa added the bug Something isn't working label May 2, 2023
@gregarios
Copy link

The only available update from my Plesk is 18.0.52 and to get this update I need this script so I can migrate from CentOS 7 to AlmaLinux 8.

Why not upgrade your CentOS 7 to Plesk 18.0.52 ?

@danielbwa
Copy link
Author

danielbwa commented May 2, 2023

Why not upgrade your CentOS 7 to Plesk 18.0.52 ?

The upgrade to 18.0.52 fails on my server. I was getting the error noted here when I wanted to upgrade to 18.0.50 some weeks ago: https://support.plesk.com/hc/en-us/articles/12376925810455 and the suggested fix is an upgrade for the OS and so I landed on this script to do it.

@SandakovMM
Copy link
Collaborator

I believe the upgrade to version 18.0.43 can be accessed by using the 'plesk installer --all-versions' command. At least, I was able to upgrade from version 18.0.45 to 18.0.46 using this method.

@SandakovMM
Copy link
Collaborator

The upgrade to 18.0.52 fails on my server. I was getting the error noted here when I wanted to upgrade to 18.0.50 some weeks ago: https://support.plesk.com/hc/en-us/articles/12376925810455

Hmm, you got the "( 'CentOS' 'Linux' '8.2.2004' 'x86_64' ) available" error on the plesk update? Maybe installer somehow recognize your OS wrong (CentOS 8 instead of CentOS 7) 🤔

@danielbwa
Copy link
Author

danielbwa commented May 2, 2023

I'm on CentOS 7 for sure.

This was the last bit of the error I got last time I've tried to upgrade:

python3-pip-9.0.3-8.el7.noarch conflicts with file from package python36u-pip-9.0.1-1.ius.centos7.noarch
file /usr/lib/python3.6/site-packages/pip/vcs/__pycache__/subversion.cpython-36.opt-1.pyc from install of python3-pip-9.0.3-8.el7.noarch conflicts with file from package python36u-pip-9.0.1-1.ius.centos7.noarch
file /usr/lib/python3.6/site-packages/pip/vcs/__pycache__/subversion.cpython-36.pyc from install of python3-pip-9.0.3-8.el7.noarch conflicts with file from package python36u-pip-9.0.1-1.ius.centos7.noarch

Launching component and product checkers...
Downloading file report-update: 0%
Downloading file report-update: 100% was finished.
Downloading file pool/PSA_18.0.50_11079/examiners/py_launcher.sh: 0%
Downloading file pool/PSA_18.0.50_11079/examiners/py_launcher.sh: 100% was finished.
Error: The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Visit https://support.plesk.com/ to search for a solution.

I've cleaned up yum and tried again but this is there error.

@SandakovMM
Copy link
Collaborator

Uh, I see. It seems that you are using python36u-pip from the IUS repository, which conflicts with python3-pip from the EPEL repository A similar issue was described here.
To resolve this, you can try removing python36u-pip and installing python3-pip from the EPEL repository instead. I beleive Plesk update will be fine after it.

@SandakovMM
Copy link
Collaborator

Regarding the topic at hand. There is a leapfrog with repositries between 18.0.42 and 18.0.43. So, supporting versions below 18.0.43 may take some time.
At the moment, we believe that most customers who are ready to convert their OS are using one of the last three versions of Plesk.
I will discuss this problem with the team as soon as possible.

@danielbwa
Copy link
Author

Thanks! I've removed the python36u.x86_64 0:3.6.7-1.ius.centos7 package and will try to upgrade Plesk to 18.0.52 and hopefully I can run this script with success after that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants