mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-15 21:31:24 -05:00
[GH-ISSUE #2937] Blueprint apply: UNIQUE constraint failed: certificates.domain #9038
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xMikux on GitHub (Apr 30, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2937
Describe the Bug
Applying a blueprint via Newt fails when the new resource falls under an existing wildcard certificate.
blueprint yaml
and pop out error:
Environment
To Reproduce
*.web.domain.com) — not using Traefik auto-generated per-domain cert.full-domainfalls under that wildcard, e.g.:Expected Behavior
Should be applied normally.
@AstralDestiny commented on GitHub (Apr 30, 2026):
sqlite3 config/db/db.sqlite
Fixes some 1.18 stuff, Try again afterwards.
@xMikux commented on GitHub (Apr 30, 2026):
After deleting, the issue still persists.
@xMikux commented on GitHub (Apr 30, 2026):