• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

How to delete migrations from list?

cmaxwell

Regular Pleskian
Does anyone know how to delete migrations from the list of migrations on Plesk 8.2.1 if they were made with the RPC?

I have made a lot of migrations via the RPC and they all stay listed in the list of migrations without the option to remove them. Is there a way?

Thanks.

Chris
 
Hello,

Generally the migration status is displaying in Plesk CP until you press OK button. In Plesk CP go to the PMM, select any migration and click OK, there will be the checkbox whether you want to keep the temporary files, do not check it - do not leave the temporary files (they take a lot of space) and press OK. The migration status will be removed from the list as far as I know.
 
Hi Julia,

I am referring to migrations which were started by the Plesk API - these don't have any controls whatsoever in the control panel other than they show in the list of migrations.

Chris
 
Ok, I got it.
Then, most probably the list of the migration exists in the database, PMM table.
Run:
mysql> delete from PMM;

That should clear the records.
 
Back
Top