-
-
Notifications
You must be signed in to change notification settings - Fork 2
Backup and Updates
github-actions[bot] edited this page Jun 28, 2026
·
2 revisions
All persistent Docker data lives in ./data.
To back up a Docker install, stop the container and copy the data directory:
docker compose down
cp -R data data.backup
docker compose up -dFor local installs, the default database and image cache are under:
data/db/ytzero.db
data/imgcache
Update a Docker install that uses the published GHCR image:
docker compose pull
docker compose up -dUpdate a Docker install that builds locally after pulling new code:
docker compose -f docker-compose.dev.yml up --build -dSchema changes are applied automatically on startup, so updates do not require manual migration steps. Back up ./data first if you want a safety net.
YT Zero · Self-hosted YouTube subscriptions reader · Licensed under AGPL-3.0-only
Getting started
Using the app
Operations
Project