# Download the new version (e.g. 0.9.2 here, check the release for the latest one) wget https://github.com/mattermost/focalboard/releases/download/v7.10.6/focalboard-server-linux-amd64.tar.gz tar -xvzf focalboard-server-linux-amd64.tar.gz
# Stop the server sudo systemctl stop focalboard.service
# Back up the old version sudo mv /opt/focalboard /opt/focalboard-old sudo mv focalboard /opt
# Copy config and move uploaded files over sudo mv /opt/focalboard-old/files /opt/focalboard sudo cp /opt/focalboard-old/config.json /opt/focalboard
# Start the server sudo systemctl start focalboard.service
# (Optional) delete the backup after verifying sudo rm -rf /opt/focalboard-old