github Paca-AI/paca v0.6.0

4 hours ago

What's Changed

  • Refactor/migrate from nginx to caddy by @pikann in #219
  • Feature/implement database backup by @pikann in #220

⚠️ Upgrading

This release replaces the nginx gateway with Caddy and adds an automated database backup service — both change files and .env settings that a plain docker compose pull && up won't touch. Use the new upgrade.sh script instead:

curl -fsSL https://github.com/Paca-AI/paca/releases/latest/download/upgrade.sh -o upgrade.sh
bash upgrade.sh

For existing installs, it will:

  • Back up and refresh docker-compose.yml and caddy/Caddyfile.
  • Add SITE_ADDRESS and GATEWAY_HTTPS_PORT to .env so Caddy can issue itself a TLS certificate — ports 80/443 need to be reachable from the internet for that. Already behind another TLS terminator? Set SITE_ADDRESS=:80 afterward to keep the gateway on plain HTTP.
  • Enable the new daily db-backup service for bundled-Postgres installs (skipped automatically if you use an external DATABASE_URL). Opt out anytime with BACKUP_ENABLED=false in .env.

Full Changelog: v0.5.3...v0.6.0

Don't miss a new paca release

NewReleases is sending notifications on new releases.