Vishal Kasle
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Comments
Votes on activity by Vishal Kasle Sort by votes-
Hello, Cluster Control changes the permission of the datadir files and the configuratrion files to 700 and 600 respectively. But that should not be the reason behind the postgres node to fail>...
-
You will need to configre a user for ssh from cluster control node to the postgres node. So yes the user which you are using for ssh should be present on the postgres node. Can you please send us t...
-
Make sure when you fill the section of nodes while importing the node in the node section you have to enter the hostname/IP and press enter key for Clsuter control to check ssh connection from clus...
-
As you can notice in the job spec under the nodes section: "nodes": [ ], there are no ips specified in the nodes section which means there were no nodes specified to be added. Below is an example...
-
Hello, Can you please send the complete job description for this import activity? Regards, Vishal
-
Hello, The options of mysql dump that you have mentioned have different uses and are not the same. The --all-databases option as you can see from the following references: https://mariadb.co...
-
Have you tried changing the ownership of the backup directory to mysql:mysql and then prepare the backup? It should work as suspect a permissions issue.
-
Hello, If you set wsrep_on=OFF on a node and restart it means you are taking the node means you are taking the cluster out of the cluster. Which in turn means that any changes made to this no...
-
Hello, After looking at the Galera documentation, deletes on tables without Primary Key is not permitted. It is one of the limitations of Galera. Please take a look at https://mariadb.com/kb/e...
-
Can you please create a ticket for this issue? we can discuss it there, also you will be able to attach the logs for further investigation. You can visit https://support.severalnines.com/hc/en-us a...