Now I have been creating modules(let’s call the module ‘ill-web’) and tenants(testlib), then enable the ill-web module to testlib. But all the infomations have been stored in-memory.
-
How could I store the regist informations of modules&tenant into postgreSQL? Are there some way to config this?
-
What if I want to use a remote postgreSQL-Database?
-
If I want to manage the modules and tenants, do I have to create new tables(modules and tenants table) by myself? I mean,do I have to design the tables’ structure by myself OR Okapi has already implemented?
Then some questions about module’s version:
-
Can I deploy different versions of one module on Okapi(running at the same time)
-
Assume this situation: At first tenant_1 and tenant_2 uses the 1.0.0 version module, some time later we upgrade our system to 1.1.0. But tenant_2 does not want to use the new-version module, just insisting using the old version. How could I handle this? Does Okapi has some resolution about this?