Updates
What This Page Is For
Use this page to update BEC without losing the persistent database volume.
Update With Docker Compose
From the folder that contains docker-compose.yml:
bash
docker compose pull
docker compose up -dThen check the services:
bash
docker compose ps
docker compose logs -f dashboard
docker compose logs -f jobs_runnerUpdate With Dockge
If you manage the stack with Dockge:
- open the BEC stack;
- click Update or Pull;
- redeploy the stack;
- check logs and service health.
Keep Dockge private and admin-only.
Do Not Delete The Volume
Avoid this command during normal updates:
bash
docker compose down -vIt removes the persistent database volume, including BEC runtime data.
Check The Changelog
Review recent changes before updating: