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 .
 


osprey

Well-Known Member
Joined
Apr 15, 2022
Messages
924
Reaction score
867
Credits
8,777
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.
 

f33dm3bits

Gold Member
Gold Supporter
Joined
Dec 11, 2019
Messages
6,261
Reaction score
4,732
Credits
46,000

Members online


Latest posts

Top