• 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

Question some Apache modules are not installed on the destination server: systemd, fcgid, log_config, logio, mime_magic, unixd, version

W4ru

Basic Pleskian
Hello!

I am setting up a new server on Ubuntu, when I start the migration wizard some modules are shown as missing on the target system.

systemd, fcgid, log_config, logio, mime_magic, unixd, version

And despite searching here and in the www I am not able to add the missing modules. Might it be that for Apache on Ubuntu these are not available?

Does it have consequences or how can I check if these are only "hints" or if they were applied in the source server?

Since I am taking over a third party system (previous server is running CentOS) , I have no immediate data/transfer. Of course I have complete access to the server and am happy to gather data from there to share here.

Thanks for any advice!
 
Are you going from one version the the same version or to a newer version of Plesk? Ideally you'll want to transfer from an older version of Plesk to a newer version. In either case, did you checked out these articles?

 
Thank You @scsa20 !

Source server:
CentOS Linux 7.9.2009 (Core)
Plesk Obsidian version 18.0.49 update #2

Target server:
Ubuntu 22.04.1 LTS
Plesk Obsidian Version 18.0.49 Update #2

I had read this article. For the named modules, "apt install systemd" shows this:

Bash:
apt install systemd
Read package lists... Done
Create dependency tree... Done
Read status information... Done
systemd is already the latest version (249.11-0ubuntu3.6).
The following packages have been installed automatically and are no longer needed:
  checkpolicy libauparse0 libblas3 libflashrom1 libftdi1-2 libgfortran5 liblapack3 m4 policycoreutils policycoreutils-dev
  python3-audit python3-decorator python3-networkx python3-numpy python3-selinux python3-semanage python3-sepolgen
  python3-sepolicy python3-setools selinux-utils semodule-utils setools
Use 'apt autoremove' to remove them.
0 upgraded, 0 reinstalled, 0 to remove and 4 not upgraded.

or for "apt install fcgid"
Bash:
apt install fcgid
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package fcgid

And the same with the other...

However, the migration wizard in the pre-check shows this:

2023-02-05 at 10.34.jpeg

I had run "apt-get update" and it returns this output :
Bash:
sudo apt-get update
Hit:1 http://autoinstall.plesk.com/pool/PSA_18.0.49_10759 jammy InRelease
Hit:2 http://autoinstall.plesk.com/PHP74_17 jammy InRelease                                                                     
Hit:3 http://autoinstall.plesk.com/PHP80_17 jammy InRelease                                                                     
Hit:4 http://autoinstall.plesk.com/PHP81_17 jammy InRelease                                                                     
Hit:5 https://autoinstall.plesk.com/grafana/deb stable InRelease                                                               
Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease                                                                         
Hit:7 http://security.ubuntu.com/ubuntu jammy-security InRelease                                                               
Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease                                                                 
Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease                                                               
Hit:10 https://download.imunify360.com/ubuntu/22.04/slot-1 jammy InRelease                                                     
Hit:11 https://repo.imunify360.cloudlinux.com/imunify360/ubuntu/22.04 jammy InRelease
Hit:12 https://download.imunify360.com/ubuntu/22.04/slot-2 jammy InRelease
Hit:13 https://download.imunify360.com/ubuntu/22.04/slot-3 jammy InRelease
Hit:14 https://download.imunify360.com/ubuntu/22.04/slot-4 jammy InRelease
Reading package lists... Done

So I am confused how to evaluate this.

Thank You!
 
Back
Top