jasmin
jasmin copied to clipboard
How to replicate Jasmin container between 2 instance?
Hello Everyone. I'm deploying jasmin using ecs. I replicated jasmin container into 2 different and mapped /etc/jasmin/store to the same amazon EFS accesspoint. However, when create a new user, the data didn't replicated between the Jasmin container. Anybody, please advice me how Jasmin read and write User, Route, and other information. Is everything is store in Redis in-memory database? Also, any guy for high available?
@farirat, could you please help me to answer the above question?
It looks like everything is kept in-memory (but not in Redis! Jasmin itself handles this data) unless you save data to disk by issuing persist
command on admin. In your case i think that you need to
- Create user on server-1
- Issue a
persist
command on server-1 - Logon to server-2
- Issue
load
command on server-2
Stale issue detected, remove stale label or comment or this will be closed soon.
This issue was closed because it has been stalled more than a year with no activity.