My 7.5.3 Upgrade
Posted: Mon Jun 13, 2005 4:36 pm
I'm posting this because it may help someone else down the line, hopefully that's not you, cause that means your system is currently messed up!
I started with 7.5.2 FC2 and had a migration manager error, so I figured I check for updates to it and update it to clear out the log status. I do a yum list updates and get a slew, so I read a bit about how we need to uninstall some stuff so I did just try
and get
scott's solution (worked)
Then I retried my
and it failed on psa but succeeded on everything else.
Reason for failure: module_cs_gs_configs.MYI file missing (later discovered that it was 1 of 3 missing. When it tried to update the databases it failed because it couldn't find these files.)
I tried to fix it with
It did not fix it, now I know why, but o well.
What did fix it was...
Going into MySQL, finding the messed up tables (module_cs_gs_configs, module_cs_gs_parameters, module_cs_gs_servers) and deleting them.
After this I downloaded the rpm file from art to my hd, specifically psa-7.5.3-fc2.build75050506.13.i586.rpm.
Then I ran
Which forces a reinstall of 7.5.3. After this I have had no problems, save the missing webmail which is addressed here
Hope this helps someone...
Stucco
I started with 7.5.2 FC2 and had a migration manager error, so I figured I check for updates to it and update it to clear out the log status. I do a yum list updates and get a slew, so I read a bit about how we need to uninstall some stuff so I did just try
Code: Select all
yum remove qmail-scanner spamassassin clamav
yum update
Code: Select all
conflict between qmail-scanner and drweb
conflict between qmail-scanner and drweb-qmail
Code: Select all
yum remove drweb drweb-qmail
Code: Select all
yum update psa-migration-manager
Reason for failure: module_cs_gs_configs.MYI file missing (later discovered that it was 1 of 3 missing. When it tried to update the databases it failed because it couldn't find these files.)
I tried to fix it with
Code: Select all
yum update cs-gs
yum update
What did fix it was...
Going into MySQL, finding the messed up tables (module_cs_gs_configs, module_cs_gs_parameters, module_cs_gs_servers) and deleting them.
After this I downloaded the rpm file from art to my hd, specifically psa-7.5.3-fc2.build75050506.13.i586.rpm.
Then I ran
Code: Select all
rpm -Uvh --justdb psa-7.5.3-fc2.build75050506.13.i586.rpm
rpm -Uhv --force psa-7.5.3-fc2.build75050506.13.i586.rpm
Hope this helps someone...
Stucco