Help migrating from centos to almalinux

Linuxboy

New Member
Joined
May 2, 2023
Messages
2
Reaction score
0
Credits
27
Hello all

I am trying to migrate server from centos to almalinux ,

How to check all the applications and jobs running in the server and the process for migration.
Any help will be appreciated .
 


Any help will be appreciated .
To check what you have on the server, perhaps run:
Code:
rpm -qa > ListOfAllRpmPkgs.txt
ps auwx > ListOfAllCurrentProcesses.txt
ls -alR /usr/local > ListOfAppsFilesNotInPkgManager.txt
Then there's the issue of what configurations have been altered from the defaults which appear in the /etc directory. A copy of such altered configurations, if any, might be useful.
 

Staff online

Members online


Latest posts

Top