Hi Team,
Would like to know which database table holds the information of all plugins in the confluence applications. There is a table called PLUGIN_DATA does it have all the information about all kinds of plugins (User/system/licensed/free).
Regards,
RK
Hi Rohit!
The PLUGINDATA table holds some of the information, but often a lot of the plugin data is held in "Active Objects" tables (typically tables with names that start with AO_...)
Is there a specific plugin or information you're looking for?
I am looking for the table regarding "Home directory browser" , any clue which tables has it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
select * from pluginstate
select * from pluginversion
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.