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 #32337
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
Originally assigned to: @oschwartz10612 on GitHub.
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):
@oschwartz10612 commented on GitHub (Apr 30, 2026):
@xMikux would you be able to do the following? It will help me figure out what is up here.
@xMikux commented on GitHub (May 1, 2026):
@xMikux commented on GitHub (May 1, 2026):
I also do some test, apply succeeds for resources under
*.domain.com, but fails for resources under*.web.domain.com.