Skip to content

Install Updates

Matteo Bilotta edited this page Dec 15, 2023 · 3 revisions

Update server folder

Warning

This page is under construction! ⚠

Note

Do ALWAYS a back-up before installing updates!

Updating the working directory

docker-compose.yml file

/**
 * TBD: Understand what steps are needed to update the working directory...
 */

Downloading updated Docker images

docker compose pull

Updating the database

From within your project's directory:

builder/run.sh update-db
Clone this wiki locally