• 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

Unable to completely remove app

AntoniM

New Pleskian
Hi all,

Last week I installed CodeGuard using the applications vault. Later I tried to delete it but, althoug I got no error message, the app remains listed under "installed apps" after clicking the remove link.

Since then, I get an error in the backup daily log: "Unable to get APS instances on webspace id 1 (ErrorCode: 255, STDOUT:)" . It seems to be related with the uninstall issue.

Anyone? Thanks in advance,
 
It is Database Inconsistency.
Find the domains for which webspace_id is 0 or incorrectly set

select id,webspace_id from domains;

Set with the exact webspace_id that is required. Check it with

select id,cacheId,registryUid from smb_apsPackages;

registryUid shouldn't be NULL. You can try to remove such records.
Contact Support Team if you can't fix this database inconsistency by yourself.
 
Back
Top