Updating
Updating Consortium¶
To update Consortium, pull any new changes from the GitHub repository and install the updated dependencies.
Enabling Auto-updating for Consortium¶
Note
Auto-updating applies to a manual install. It updates the server from its Git checkout, which a Docker install's image does not contain. Update a Docker install by rebuilding it, as shown above.
If you want the Consortium server to perform its own automatic checking/installation of
updates from the GitHub repository, you can enable the auto_updater plugin that is
bundled by default with the framework. Navigate to
the plugin configuration file at
consortium/components/plugins/auto_updater/manifest.json and set the
enabled field to true.
Now, whenever the server starts, it will check for updates from the GitHub repository and attempt to install them.
For more information about plugins and plugin development, refer to the Plugins section.