Tenant option is missing in Admin Menu

In Camunda Web app, on opening Admin menu, its noticed that there are options such as Users, Groups,System and Authorization whereas Tenant option is missing. Any idea what’s wrong? or How to enable it?

Hi,

which version of Camunda are you using? You can find the version in the bottom left corner of the admin web app. Are you using an user with admin priviliges? Are there any errors in the browser console, accessible with F12?

Cheers
Sebastian

Hi,

camunda BPM v7.4.0, using default demo user (do not know if it has admin privileges! how to check?)
no errors in console

Thanks,
Manoj

Hi @manojkatarip,
multi tenancy was reworked with the release of 7.5.0. See the Multi Tenancy section of the 7.4 docs for details about multi tenancy prior to 7.5.

Hope this helps. Best regards,
Mat

2 Likes

Thank you for the info.
what’s the difference? any reference links for the changes available?

There is a description of the changes in the release blogpost of 7.5.0.

Is this useful to you?

Cheers,
Mat

1 Like

Hi
Thank you for the link.
But when I glanced over Multi tenancy user guides for 7.4 and 7.5, both almost say similar things
except the terminologies used for two different approach mechanisms
i.e., in 7.4 process instances were identified with tenant ids whereas in 7.5 database schema etc., are identified with tenant ids
Is the above understanding correct?

Also its mentioned that “It is not possible to migrate process engines from Camunda 7.4 to 7.5”, so does admin need to create the process instances manually from 7.4 to 7.5??