• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

How to go 10.2 to 10.4 without mysql 5.5?

HostaHost

Regular Pleskian
I'm attempting to upgrade from 10.2 to 10.4 on CentOS 5 x86_64 using the autoinstaller CLI. The server is already running the Parallels MySQL 5.1 package. I cannot use MySQL 5.5 as we have an application not compatible with it. I can not find any way to run the upgrade without it forcing me to include the MySQL 5.5:

Code:
There are 11 packages required for the product to function properly, which
were not found in your system.

There are 143 packages that need to be upgraded
in order to install the product.



N) Install packages;
S) Show a list of packages; L) Return to primary components list;
Q) Cancel installing; 
Select an action [N]: S
  1. [I] libaps-1.0.2-669424.11082615.x86_64
  2. [I] libarchive-2.8.4-11082614.x86_64
  3. [I] libmysqlclient16-5.1.57-1.el5.11062011.x86_64
  4. [I] mysql-connector-odbc-3.51.26r1127-1.el5.x86_64
  5. [I] platform-runtime-1.0-38.rhel5.x86_64
  6. [I] pp10.13.4-bootstrapper-10.13.4-cos5.build1013111102.18.x86_64
  7. [I] psa-libxml-proxy-2.7.8-0.301910.x86_64
  8. [I] rdbmspp-2.0-650086.11082614.x86_64
  9. [I] sw-boost1.41.0-1.41.0-11082614.x86_64
 10. [I] sw-libsqlite3-0-3.7.7.1-11083021.x86_64
 11. [I] unixODBC-2.2.11-7.1.x86_64
 12. [U] awstats-7.0-11122114.swsoft.noarch
 13. [U] bash-3.2-32.el5.x86_64
 14. [U] bind-30:9.3.6-16.P1.el5_7.1.x86_64
 15. [U] bind-libs-30:9.3.6-16.P1.el5_7.1.x86_64
 16. [U] bind-utils-30:9.3.6-16.P1.el5_7.1.x86_64
 17. [U] boost-1.33.1-10.el5_7.3.x86_64
 18. [U] bzip2-libs-1.0.3-6.el5_5.x86_64
 19. [U] chkconfig-1.3.30.2-2.el5.x86_64
 20. [U] coreutils-5.97-34.el5.x86_64
 21. [U] curl-7.15.5-9.el5_7.4.x86_64
 22. [U] db4-4.3.29-10.el5_5.2.x86_64
 23. [U] db4-utils-4.3.29-10.el5_5.2.x86_64
 24. [U] e2fsprogs-libs-1.39-33.el5.x86_64
 25. [U] expat-1.95.8-8.3.el5_5.3.x86_64
 26. [U] file-4.17-15.el5_3.1.x86_64
 27. [U] freetype-2.2.1-28.el5_7.2.x86_64
 28. [U] gawk-3.1.5-14.el5.x86_64
 29. [U] glibc-2.5-65.el5_7.1.x86_64
 30. [U] gnupg-1.4.5-14.el5_5.1.x86_64
 31. [U] grep-2.5.1-55.el5.x86_64
 32. [U] httpd-2.2.3-53.el5.centos.3.x86_64
 33. [U] info-4.8-14.el5.x86_64
 34. [U] krb5-libs-1.6.1-63.el5_7.x86_64
 35. [U] libacl-2.2.39-6.el5.x86_64
 36. [U] libaio-0.3.106-5.x86_64
 37. [U] libaio-0.3.106-5.i386
 38. [U] libattr-2.4.32-1.1.x86_64
 39. [U] libc-client-2004g-2.2.1.x86_64
 40. [U] libgcc-4.1.2-51.el5.x86_64
 41. [U] libgcrypt-1.4.4-5.el5.x86_64
 42. [U] libgpg-error-1.4-2.x86_64
 43. [U] libicu-3.6-5.16.1.x86_64
 44. [U] libidn-0.6.5-1.1.x86_64
 45. [U] libjpeg-6b-37.x86_64
 46. [U] libmcrypt-2.5.8-4.el5.centos.x86_64
 47. [U] libmysqlclient15-5.0.77-4.el5_5.4.11062011.x86_64
 48. [U] libpng-2:1.2.10-7.1.el5_7.5.x86_64
 49. [U] libstdc++-4.1.2-51.el5.x86_64
 50. [U] libtool-ltdl-1.5.22-7.el5_4.x86_64
 51. [U] libxml2-2.6.26-2.1.12.el5_7.1.x86_64
 52. [U] libxslt-1.1.17-2.el5_2.2.x86_64
 53. [U] log4cpp-plesk-0.3.5rc2-10.10120712.x86_64
 54. [U] lsof-4.78-3.x86_64
 55. [U] mailx-8.1.1-44.2.2.x86_64
 56. [U] mod_perl-2.0.4-6.el5.x86_64
 57. [U] mod_python-3.2.8-3.1.x86_64
 58. [U] mod_ssl-1:2.2.3-53.el5.centos.3.x86_64
 59. [U] mysql-5.5.14-11071510.x86_64
 60. [U] mysql-libs-5.5.14-11071510.x86_64
 61. [U] mysql-server-5.5.14-11071510.x86_64
 
Back
Top