Misago
  • Introduction
  • Setup
    • Create server on Digital Ocean
    • Point domain at your server
    • Setup Misago on your Server
    • Upgrading your Misago to latest version
  • Settings
    • Accessing settings
    • Static settings reference
    • Dynamic settings reference
  • Coding style
  • GDPR Compliance Guide
  • Social authentication
  • User rank styles
  • Category styles
  • User authentication
  • Writing new admin actions
  • Permissions framework
  • View decorators
  • Context processors
  • Frontend context
  • Audit trail
  • Forms
  • Cache
  • Sending mails
  • Markup
  • Posting process
  • Profile fields
  • Threads types
  • Extending pages
  • Validating registrations
  • Validators
  • Search filters
  • Template tags
  • Shortcuts
  • View errors
  • Locales
Powered by GitBook
On this page
  1. Setup

Upgrading your Misago to latest version

PreviousSetup Misago on your ServerNextSettings

Last updated 1 year ago

To upgrade your Misago site, connect to the server, do cd ~/misago_docker to move to the Misago directory, and run the following command:

./appctl upgrade

You will be asked to confirm that you wish to upgrade your site to the latest available version.

The upgrade process will back up your data and then pull the latest code from the . After the pull completes successfully, your site will be stopped and updated to the latest version.

You may be asked by git pull to "identify yourself". If this is the case, simply follow the instructions on the screen to set your GitHub email.

You will also be presented with a command that you can use to return to the previous version in case things go awry. You will need to restore the backup manually to recover your data.

Note: This guide assumes that you originally cloned Misago to your home directory. If you have cloned it elsewhere, you will have to run cd with a custom path.

GitHub repository