Embed a button in a wiki page to perform a pre-configured update action of Tiki instances.
Parameters
Embed a button in wiki page to perform on demand update of an instance. Introduced in Tiki 25. Required parameters are inbold. Go to the source code Preferences required: feature_tiki_manager, wikiplugin_tikimanagerupdate
Parameters
Accepted Values
Description
Default
Since
(body of plugin)
Button text(The text that will be displayed on the update instance button).
email
string
Email address to notify in case of failure. Use , (comma) to separate multiple email addresses.
25.0
instances
string
List of instance IDs to be updated, separated by comma (,).
25.0
lag
int
Time delay commits by X number of days. Useful for avoiding newly introduced bugs in automated updates.
0
25.0
ignoreRequirements
0 1
Ignore version requirements. Allows to select non-supported branches, useful for testing.
0
25.0
skipCacheWarmup
0 1
Skip generating cache step.
0
25.0
skipReindex
0 1
Skip rebuilding index step.
0
25.0
stash
0 1
Saves your local modifications, and try to apply after update/upgrade
1
25.0
unifiedIndexRebuild
1 0
Live reindex, set instance maintenance off and after perform index rebuild.