Learn how to safely update versions and run data migrations.
.env
file
assigned to the environment variable: TRACECAT__DB_ENCRYPTION_KEY
.Download latest environment variables migration script and template
env-migration.sh
and template .env.example
to ensure compatibility with the new Tracecat
version.Execute environment variables migration
.env
file with any new or changed variables.Update Docker Compose Configuration
Update Caddyfile
Restart Tracecat
docker compose up
using the new Docker Compose and .env
files.tracecat_registry
repository from the Registry page:
tracecat_image_tag
to the latest version and run terraform apply
.
core-db
volume in Tracecat’s Docker stack.terraform apply
with var.restore_from_backup
set to true
to restore the latest RDS snapshot.