How to setup cartridge applications replication between few Tarantool routers on different phisical/virtual servers?
Asked
Active
Viewed 87 times
1 Answers
1
Same as any other nodes - you should press Join existing replicaset
instead of Create new replicaset
when configuring a new router in admin UI.
If you' experiencing any particular issues, please specify them too.
BTW, the screenshot you posted, seems to contain the answer already.

Dmitry Sharonov
- 471
- 2
- 12
-
I talk about cartridge app replication, not data. when i do on server1 : cartridge build need make some command on server2 (+app source copy) – Sergey Kochugov Oct 29 '20 at 14:11
-
1Catridge build/start is supposed to be run in dev environment. For bigger stands, you should consider `cartridge pack` to prepare an artifact of your app (e. g. rpm), and deploy them manually or use tools such as ansible. I suggest [this](https://github.com/tarantool/ansible-cartridge/tree/master/examples/getting-started-app) step-by-step guide for the process. – Dmitry Sharonov Oct 30 '20 at 10:08