Codename andromeda (next serie 1.2.x) - Howto downgrade to 1.1.x serie?

  • Hello ;


    Yes, you can downgrade to the 1.1.13 easily this time because no db update has been made so:


    1. Purge nginx package

    Shell-Script
    1. # service nginx stop# aptitude purge nginx


    2. Stop and remove imscp_panel service

    Shell-Script
    1. # service imscp_panel stop# update-rc.d -f imscp_panel remove# rm /etc/init.d/imscp_panel


    3. Move the packages directory back to old addons directory

    Shell-Script
    1. # mv /var/cache/imscp/packages /var/cache/imscp/addons


    4. Download and untar latest maintenance release from the 1.1.x serie

    Shell-Script
    1. # cd /usr/local/src# wget https://github.com/i-MSCP/imscp/archive/1.1.13.tar.gz# tar -xzf imscp-1.1.13.tar.gz


    Then, you can now run the i-MSCP installer as usually ;)


    Shell-Script
    1. # cd imscp-1.1.13
    2. # perl imscp-autoinstall -d


    BTW: Next time, pay attention because normally, you cannot downgrade so easily ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Thank you!


    Today I leave it in the current state, but I will downgraded it within a few days and let you know my finding.


    BR,
    Laszlo