Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How data can be synchronized among multiple linux servers [closed]

I have basically 4 servers for running the same project. I want make changes in database from UI.

What should I do so that all changes are reflected on all server so that all servers contain the same data.

like image 521
Lokesh Kumar Avatar asked Dec 24 '22 20:12

Lokesh Kumar


1 Answers

You can use replication in database for your purpose.

like image 129
Amit Das Avatar answered Dec 28 '22 19:12

Amit Das