Coder Social home page Coder Social logo

Comments (17)

denisgcm avatar denisgcm commented on August 22, 2024 1

Hello all. Thank you for the reports. We've identified the issues and we are working now to release a hotfix for the issue.

from galera-manager-support.

denisgcm avatar denisgcm commented on August 22, 2024 1

We expect the fix to be released before the New Year.

from galera-manager-support.

denisgcm avatar denisgcm commented on August 22, 2024 1

We released a fix yesterday, could you please update and check and confirm if it now works for you?

from galera-manager-support.

dribblecastle avatar dribblecastle commented on August 22, 2024 1

Used 1.4.3 and got past the error after restarting the service but ran into a few other deployment issues on my nodes, but I'll leave those for another issue. #16

from galera-manager-support.

preimann01 avatar preimann01 commented on August 22, 2024

image001

This is what I see if I try to add a node to an existing galera cluster. SSH/DB status are OK.

image002

MySQL to the remote database is working:
 mysql -u root -p -h***.***.***.*** -P 3306
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1415
Server version: 8.0.25 MySQL Community Server - GPL
 
Copyright (c) 2009-2021 Percona LLC and/or its affiliates
Copyright (c) 2000, 2021, Oracle and/or its affiliates.
 
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
 
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
 
mysql>

from galera-manager-support.

crcro avatar crcro commented on August 22, 2024

same issue here:

Cluster mode is: Deploy cluster on user-provided hosts with Ubuntu 20 and mariadb10.5
When trying to add node:
2021-12-04T12:26:56Z | deployment status error: DB IP address must be provided

Output in galera manager logs


Dec 04, 2021 13:52:32 | info    | [email protected]# echo -n "test"
Dec 04, 2021 13:52:33 | info    | test
Dec 04, 2021 13:52:33 | info    | Creating MariaDB-client
Dec 04, 2021 13:52:33 | info    | 172.16.20.32:22$ bash -c 'echo $(apt-cache policy mariadb-client |  grep Installed | awk '"'"'{$1=""; print $0}'"'"')
'
Dec 04, 2021 13:52:34 | info    | (none)

Dec 04, 2021 13:52:34 | info    | Creating MariaDB-client-core
Dec 04, 2021 13:52:34 | info    | 172.16.20.32:22$ bash -c 'echo $(apt-cache policy mariadb-client-core |  grep Installed | awk '"'"'{$1=""; print $0}'"'"')
'
Dec 04, 2021 13:52:34 | info    | 

Dec 04, 2021 13:52:34 | info    | Creating MariaDB-common
Dec 04, 2021 13:52:34 | info    | 172.16.20.32:22$ bash -c 'echo $(apt-cache policy mariadb-common |  grep Installed | awk '"'"'{$1=""; print $0}'"'"')
'
Dec 04, 2021 13:52:34 | info    | (none)

Dec 04, 2021 13:52:34 | info    | Creating MariaDB-server
Dec 04, 2021 13:52:34 | info    | 172.16.20.32:22$ bash -c 'echo $(apt-cache policy mariadb-server |  grep Installed | awk '"'"'{$1=""; print $0}'"'"')
'
Dec 04, 2021 13:52:34 | info    | (none)

Dec 04, 2021 13:52:34 | info    | Creating MariaDB-server-core
Dec 04, 2021 13:52:34 | info    | 172.16.20.32:22$ bash -c 'echo $(apt-cache policy mariadb-server-core |  grep Installed | awk '"'"'{$1=""; print $0}'"'"')
'
Dec 04, 2021 13:52:35 | info    | 

Dec 04, 2021 13:52:35 | info    | Creating galera
Dec 04, 2021 13:52:35 | info    | 172.16.20.32:22$ bash -c 'echo $(apt-cache policy galera-3 |  grep Installed | awk '"'"'{$1=""; print $0}'"'"')
'
Dec 04, 2021 13:52:35 | info    | (none)
Dec 04, 2021 13:52:35 | info    | 

Dec 04, 2021 13:52:42 | error   | DB IP address must be provided

from galera-manager-support.

byte avatar byte commented on August 22, 2024

Hi all, can you please try to download Galera Manager again (or just update the package). if you're on gmd 1.4.2 you will notice that this is fixed

from galera-manager-support.

crcro avatar crcro commented on August 22, 2024

Tried right now, but gm-installer still adds GMD1.4.0:
image

even if apt says that GMD 1.4.2 is installed:

sudo apt-get --only-upgrade install galera-manager
Reading package lists... Done
Building dependency tree
Reading state information... Done
galera-manager is already the newest version (1.4.2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

nevertheless i tried to deploy one node and still the same error:
2021-12-14T11:23:03Z | deployment status error: DB IP address must be provided

from galera-manager-support.

DrKhoo avatar DrKhoo commented on August 22, 2024

Can confirm crcro's findings. apt installs new version (GMD: v1.4.0, GUI: v1.4.2) but same error.

gmd version

gmd version 1.3 (build 1.4.2 linux/amd64)

from galera-manager-support.

jamesjjenkinsdmc avatar jamesjjenkinsdmc commented on August 22, 2024

I have the same issue, completly fresh install of the latest versions

from galera-manager-support.

larry-s avatar larry-s commented on August 22, 2024

I am getting the same error both when connecting to an existing cluster and when creating a cluster on existing hosts.
deployment status error: DB IP address must be provided
Version: GMD: v1.4.0, GUI: v1.4.2
I am using Ubuntu 20.04 and Ubuntu 18.04 VMs.

It would be good if there was a way we could turn debugging on to get more information.

from galera-manager-support.

dribblecastle avatar dribblecastle commented on August 22, 2024

Same issue here if you need more info. Glad to know it's being worked on. Excited to try this new tool.

from galera-manager-support.

godzillante avatar godzillante commented on August 22, 2024

same issue here & willing to help if needed, I am still in test environment so I can break things without dire consequences. do you possibly have an ETA? thank you!

from galera-manager-support.

godzillante avatar godzillante commented on August 22, 2024

Updating rn, will let you know asap

from galera-manager-support.

godzillante avatar godzillante commented on August 22, 2024

I can confirm that I could successfully and seamlessly add a new node to the cluster; afterwards I started it and it synced within a few seconds with the other three nodes.
Everything looks totally OK from my side.

from galera-manager-support.

crcro avatar crcro commented on August 22, 2024

i can also confirm that now the deployment works properly (at least on ubuntu 20 with mariadb10.5)

from galera-manager-support.

denisgcm avatar denisgcm commented on August 22, 2024

OK, great. Thank you. I'll close this ticket now.

from galera-manager-support.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.