Distribution Wizard Steps

Last modified by Eleni Cojocariu on 2026/08/18 15:19

Reference

The Distribution Wizard runs the same sequence of steps on every instance. A step that has nothing to do is marked as completed and skipped, so a given run shows only a subset of them.

StepWhen it appearsWhat it does
"Welcome"In interactive mode only, before the numbered stepsPresents, under the "Distribution Wizard" heading, the steps that follow, and offers the options listed below.
"Admin user"On the main wiki, unless you are already logged in with a user who has administration rightsRegisters the user who owns the wiki. You are then logged in with that user, which is the one used to install everything that follows.
"Flavor"In flavor mode, which is the defaultInstalls the flavor you select.
"User Interface"In default user interface mode onlyProposes the version of the configured user interface that matches the running XWiki version, and installs it.
"Orphaned dependencies"Only when an extension installed as a dependency has no extension depending on it any moreOffers to uninstall the orphans that are invalid, and to turn the others into top level extensions so that the upgrade takes them into account.
"Wikis"In default user interface mode only, for the other wikis of the farmInstalls on each of the other wikis the user interface version recommended for them.
"Extensions"Only when an installed extension is invalid for the running XWiki versionComputes an upgrade plan and upgrades the extensions it lists. On a subwiki the plan covers that subwiki; on the main wiki, "Check for updates" computes it for the main wiki and the global namespace, and "Check for updates on farm" for every wiki of the farm, which takes longer. Extensions that are merely outdated are upgraded later, from the Extension Updater in the wiki administration.
"Report"In interactive mode only, after the last numbered stepLists every change the run brought to the wiki.

The first step offers three ways to proceed, and the "Later" button carries a fourth:

OptionEffect
"Continue"Moves to the next step.
"Later"Leaves the wizard, which opens again the next time XWiki is restarted.
"Never"Discards the wizard, leaving you to import the XAR yourself.
"Replay recorded actions"A sub-option of "Later" which leaves the wizard and opens the Extension History instead, where a recorded install or upgrade can be replayed.

FAQ

Does a step that was skipped come back later?

Yes, on the next run, as soon as its condition holds again. An extension that a distribution upgrade made invalid brings the "Extensions" step back, for instance.

Related

Get Connected