replication-manager icon indicating copy to clipboard operation
replication-manager copied to clipboard

Signal 18 repman - Replication Manager for MySQL / MariaDB / Percona Server

Results 228 replication-manager issues
Sort by recently updated
recently updated
newest added

**Test Conditions** File Path: /etc/replication-manager/cluster.d File Name(Cluster1): cluster1.toml File Name(Cluster2): cluster2.toml **cluster1.toml** [cluster1] title = "cluster1" prov-orchestrator = "onpremise" prov-db-tags = "innodb,noquerycache,slow,pfs,pkg,linux,smallredolog,logtotable" prov-db-memory = "256" prov-db-memory-shared-pct = "threads:16,innodb:60,myisam:10,aria:10,rocksdb:1,tokudb:1,s3:1,archive:1,querycache:0" prov-db-disk-size =...

ERROR Could not fetch master tables [sql: Scan error on column index 3, name "Table_rows": converting NULL to int64 is unsupported]

Hi After I switchover master. Restart old master.The old master becoming a slave by manual using command 'change master to master_user= 'repl',master_host='10.0.0.xxx',master_password='xxx',master_port=3306,MASTER_AUTO_POSITION=1;'.Check the slave status is ok. ![image](https://user-images.githubusercontent.com/71009460/167985504-5e7c2040-c16c-41d9-8f34-963faac794a4.png) But the...

Hi! https://github.com/signal18/replication-manager/issues/429 I tested the problem. SRM Versions below v.2.2.2 had no problems. The problem occurred after version v.2.2.3 There seems to be a problem between versions. https://github.com/signal18/replication-manager/compare/v2.2.2...v2.2.3 Please confirm...

bug

Endpoints: `api_cluster.go` - [x] /api/clusters/actions/add/{clusterName} - [x] /api/clusters/{clusterName} - [x] /api/clusters/{clusterName}/actions/add/{clusterShardingName} - [x] /api/clusters/{clusterName}/actions/addserver/{host}/{port} - [x] /api/clusters/{clusterName}/actions/addserver/{host}/{port}/{type} - [x] /api/clusters/{clusterName}/actions/cancel-rolling-reprov - [x] /api/clusters/{clusterName}/actions/cancel-rolling-restart - [x] /api/clusters/{clusterName}/actions/checksum-all-tables - [x] /api/clusters/{clusterName}/actions/failover -...

Switch cluster.SetState to cluster.SetSugarState which reduces code complexity Note: some States were before marked as WARNING while the Key was set to ERR

Hello, The line that display difference of configuration can be very long in the console, that's make it hardly legible and so useful. ``` STATE - OPENED WARN0084 : Variable...

When someone is log the api would be nice to send email and track the incoming IP , a list of ip range can be defined as whitelist to avoid...

task

Using following replication-manager setting ``` # Failover activate and disable event scheduler failover-event-scheduler = true # Failover change the event status ENABLE OR DISABLE ON SLAVE failover-event-status = true ```...

bug