Page 1 of 1

mariaDB10.3

PostPosted: Tue May 21, 2019 11:22 pm
by ruben23
Version: 2.14b0.5
SVN Version: 3067
DB Schema Version: 1564
DB Schema Update Date: 2019-03-01 18:32:30
Password Encryption:DISABLED - S1 - C1
Auto User-add Value: 101
Recording Prompt Count: 0
Install Date: 2019-03-01
ASterisk 1.8
Scratch install Ubuntu Server

Does MariaDB 10.3 would work for vicidial, what is our latest version bundle with VICIBOX 8.? anyone guys.?

Re: mariaDB10.3

PostPosted: Tue May 21, 2019 11:53 pm
by ALGsupport
Hi Ruben,

Base on the post

viewtopic.php?f=8&t=38737

since it is currently using MySQL v.10.2.17 the only problem i think base on my experience was the replication when i use the slave DB as MariaDB 10.3.

So i moved back to 10.2 since then.

Regards,
ALG

Re: mariaDB10.3

PostPosted: Wed May 22, 2019 9:24 am
by williamconley
ruben23 wrote: Does MariaDB 10.3 would work for vicidial, what is our latest version bundle with VICIBOX 8.? anyone guys.?

ViciBox v.8.1.2 181002

Vicidial Version 2.14-708a Build 190414-0924

mysql Ver 15.1 Distrib 10.2.24-MariaDB, for Linux (x86_64) using EditLine wrapper

ALGsupport wrote:since it is currently using MySQL v.10.2.17 the only problem i think base on my experience was the replication when i use the slave DB as MariaDB 10.3.

So i moved back to 10.2 since then.


If you use a more recent MASTER than SLAVE replication will fail. But you can always use a more recent SLAVE than MASTER. The reason is that the more recent master combo could have updated command sequences with which the slave may not be familiar. So I suspect you were using 10.3 for the master and 10.2 for the slave after adding a new master DB and trying to use the original DB as the slave (that's been the problem each time we've encountered so far). Just a guess, but ... 8-)