-
Notifications
You must be signed in to change notification settings - Fork 0
Updating
Download the newer Censorarr-Setup-X.Y.Z.exe from GitHub Releases and run it over the existing installation.
Application files under C:\Program Files\Censorarr are replaced. Persistent data under C:\ProgramData\Censorarr is preserved.
Download the newer package and install it over the current version:
sudo apt install ./Censorarr-X.Y.Z-linux-amd64.debThe package replaces /opt/censorarr while preserving:
/var/lib/censorarr
/etc/default/censorarr
Then check:
sudo systemctl status censorarr
journalctl -u censorarr --since "5 minutes ago"From the Censorarr project folder:
git pull
docker compose up -d --buildThis updates source and recreates/rebuilds the container as needed.
After replacing/pulling source:
- Open the Censorarr project.
- Rebuild/recreate the project when Dockerfile, entrypoint, compose, or dependency behavior changed.
- A simple restart is sufficient only for changes that are already bind-mounted into the running container and do not affect the image/entrypoint.
When in doubt after an application version update, rebuild.
cd Censorarr/gpu-worker
git pull
docker compose down
docker compose up -d --buildIf you use a separate clone on the GPU host, update that clone independently.
Do not delete persistent runtime data unless you intentionally want a reset.
Docker/source:
config/
work/
gpu-worker/models/
Native Linux:
/var/lib/censorarr
Native Windows:
C:\ProgramData\Censorarr
Recommended:
- back up your persistent Censorarr configuration
- note any service/compose environment values
- confirm your worker token if using remote GPU
- keep a copy of custom profanity/exception files
For Docker/source, check:
docker compose logs --tail=100and run:
docker exec -it censorarr python /app/selftest.pyFor native Linux, use:
sudo systemctl status censorarr
journalctl -u censorarr --since "5 minutes ago"If the GPU Worker was also updated, test:
curl -H 'X-Censorarr-Token: YOUR_TOKEN' http://GPU-IP:9000/healthCensorarr Wiki
- Home
- Quick Start
- Windows
- Native Linux
- Synology Container Manager
- Docker / Linux
- Setup Wizard
- Media & Permissions
- Transcription & GPU Worker
- Plex
- Radarr & Sonarr
- Bazarr & Subtitles
- Profanity & Detection
- CLEAN Audio & Safety
- Scheduling & Notifications
- Updating
- Troubleshooting
- Configuration Reference
- Security & Secrets