You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uninstalling a plugin, if there are tables created on the Remote Data collector, cacti does not take care to remove those plugin tables thus causing the plugin tables to remain.
This issue can not be solved at one time as many Cacti plugins simply perform a db_execute('DROP TABLE blah');. So, this issue must be fully corrected through the incorporation of a plugin function for people who do not use the standard table creation API, plus augmenting the plugin api to remove remote tables.
Expected behavior
More consistent behavior of the plugin API.
The text was updated successfully, but these errors were encountered:
netniV
changed the title
When uninstalling a plugin, tables that are removed from plugins should be removed from remotes if replicated
When removing a plugin, removed tables are not removed from remote pollers
Apr 3, 2022
Describe the bug
When uninstalling a plugin, if there are tables created on the Remote Data collector, cacti does not take care to remove those plugin tables thus causing the plugin tables to remain.
This issue can not be solved at one time as many Cacti plugins simply perform a
db_execute('DROP TABLE blah');
. So, this issue must be fully corrected through the incorporation of a plugin function for people who do not use the standard table creation API, plus augmenting the plugin api to remove remote tables.Expected behavior
More consistent behavior of the plugin API.
The text was updated successfully, but these errors were encountered: