• 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.

Beware PMM MySQL auto_increment Attributes Lost!

eugenevdm

Regular Pleskian
Beware if you're using Plesk Migration Manager to move sites from FC4 64-bit to FC6 64-bit.

YOU WILL LOOSE ALL YOUR auto_increment attributes and you will have to manually back up and restore each database.

I don't know what kind of backup it performs but for all intensive purposes it's useless.

Rather do this:
mysqldump -a -u admin -p DATABASE > FILENAME.mysql
mysqladmin -u admin -p create DATABASE
mysql -u admin -p DATABASE < FILENAME.mysql

This problem might also occur if you're using other distributions but I can't vouch for this.
 
Back
Top