-
Notifications
You must be signed in to change notification settings - Fork 0
Updating PalCenter
Shane Smith edited this page Jul 24, 2026
·
1 revision
PalCenter data is stored separately from the container in /app/data.
Recreating the container with the same volume preserves configuration, users,
history, notifications, and the internal session secret.
- Sign in and create a current backup from Backup & Restore.
- Record the image tag and UID/GID currently in use.
- Review the release notes.
- Change the image tag in
docker-compose.yml. - Pull and recreate the container:
docker compose pull
docker compose up -d- Check the container health and logs:
docker compose ps
docker compose logs --tail=100 palcenter- Sign in and confirm servers, notifications, users, and history.
Do not run docker compose down -v; the -v option deletes named volumes.
For predictable upgrades, use a release tag:
image: ghcr.io/shanebionic/palcenter:v1.1.1The latest tag follows the newest published release but can change the next
time you pull.
If an upgrade fails:
- Stop PalCenter.
- Restore the previous image tag.
- Recreate the container with the same volume.
- If required, restore the backup created before the upgrade.
Never delete or replace /app/data unless you intend to restore it.
PalCenter v1.1.1 · Repository · MIT License
PalCenter v1.1.1
Getting Started
Administration
Deployment
Troubleshooting
Project