Von MySQL 5.5 zu 5.6 oder MariaDB 10

  • Hallo!


    Wie kann ich in bei Debian 8.9 und i-mscp 1.5.1 ein upgrade in der mysql Version machen?


    Code
    1. perl imscp-reconfigure -dar sql

    bringt mich nicht zur Auswahl der MySQL Version.
    Auch die perl imscp-reconfigure -r help zeigt mir keine Option (oder ich bin zu blind dafür)


    Code
    1. Available items are:
    2. admin|admin_credentials|admin_email|all|alt_urls_feature|antirootkits|backup
    3. filemanager|ftpd|hostnames|httpd|mta|named|panel|panel_hostname|panel_ports
    4. panel_ssl|php|po|primary_ip|servers|services_ssl|sql|sqlmanager|ssl
    5. system_hostname|system_server|timezone|webmails|webstats

    Oder soll ich es einfach so drüberbügeln?


    LG

  • Dann nimm doch nur mal imscp-autoinstall -dr. Dann sollte ja irgendwann die Abfrage zum SQL kommen.

  • @ciscllc, @kess


    Switch between SQL vendors is not allowed through installer because generally, this require manual intervention from the administrator.


    You can always force the installer to show you all available SQL vendors by resetting value of both SQL_SERVER and SQL_PACKAGE parameters to an empty value in the /etc/imscp/imscp.conf configuration file but if you do, nothing garantie that the upgrade will work as expected.


    In all cases, do a backup first.


    @kess


    The command you provided is right but he will not see all available SQL vendors for the reasons explained above.

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

  • Danke!


    Also sollte ich es besser nicht updaten? Wordpress will mindestens 5.6.
    Ich denke, der Installer für eine neue i-mscp Version würde mich das update machen lassen.



    Thank you!


    So it is better not to upgrade? Wordpress needs 5.6 at minimum.
    I think the installer for a new version lets me make this upgrade.

  • I think the installer for a new version lets me make this upgrade.

    If you're under Debian Jessie, you should be able to upgrade from MySQL 5.5 to MySQL 5.6, or MySQL 5.7 as follows:

    Code
    1. cd <imscp_1.5.1_archive_dir>
    2. perl imscp-autoinstall -dr sql

    where <imscp_1.5.1_archive_dir> is your i-MSCP 1.5.1 archive directory

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