Skip to main content

Update

Use this page when SafariDesk is already running and you want to move to a newer version.

Before you update

  • Back up your PostgreSQL data (dump or snapshot)
  • Back up uploaded files if they are stored outside Docker volumes
  • Review the release notes if your deployment is several versions behind
Recommended quick backup commands (example using Docker Volume snapshot): This command is the same in Linux/macOS and Windows PowerShell.

Update steps

Linux/macOS (bash):
Windows (PowerShell):

Verify the update

These commands are the same in Linux/macOS and Windows PowerShell.
Make sure the containers are healthy and the app loads in your browser.

If something looks wrong

  • Check the API logs first
  • Confirm your .env file still has the required values
  • Restart the stack with docker compose restart
If the update fails, open Troubleshooting.