Skip to main content

Updating the Panel

This documentation covers the process for updating the panel portion of Pelican.

Version Requirements

Each version of Pelican Panel also has a corresponding minimum version of Wings that is required for it to run.

Please see the chart below for how these versions line up.

Panel VersionWings VersionSupportedPHP Version
1.x1.x✅︎8.5/8.4/8.3

Updating

You have two options for updating: use the automatic update script (recommended) or do the update steps manually.

A Docker install updates by pulling the new image. From the directory containing your compose.yml, run:

docker compose pull
docker compose up -d

Database migrations run automatically when the new container starts.