Problem with importing/deploying MariaDB Galera from WebUI

Comments

3 comments

  • Avatar
    Paul Namuag

    Hi Maksym,

    I have a hunch that you might have imported your MariaB as NDB Cluster. I suggest try to remove the cluster and this time make sure to re-import it back as a Galera Cluster and as MariaDB as the vendor.

    0
    Comment actions Permalink
  • Avatar
    Maksym Mohylko

    Hi Paul,

     

    Of cause I've tried this. As I said, I'm sure that I chose right options during importing nodes. Moreover, I tried new deployment with clean Ubuntu hosts.

    0
    Comment actions Permalink
  • Avatar
    Maksym Mohylko

    FYI,

    I've successfully imported Galera cluster with cli:

    s9s cluster --register \
    --cluster-type=galera \
    --nodes="node01;node02;node03" \
    --vendor=mariadb \
    --provider-version=10.4 \
    --db-admin="root" \
    --db-admin-passwd="password" \
    --os-user=osuser \
    --cluster-name="SomeCluster" \
    --wait

     

    No idea why I can't do this from Web UI. I tried both Chrome and Firefox browsers with no luck. It looks like Web UI did not take my parameters while importing cluster with wizard and create a new one with partially both MySQL NDB and Galera options.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk