mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-17 15:13:46 -05:00
[GH-ISSUE #2001] Container does not switch from Community to Enterprise Ediiton #2053
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 @OscarsWorldTech on GitHub (Dec 8, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2001
Describe the Bug
I am trying to switch to the enterprise edition, however it seems to be stuck in community edition
Environment
To Reproduce
Expected Behavior
The edition should be to enterprise edition and going to pangolin.example.com/admin/license should be visable
@Kornelius777 commented on GitHub (Dec 8, 2025):
Cannot reproduce.
Just did the switch-over.
No complaints.
@oschwartz10612 commented on GitHub (Dec 8, 2025):
Hi! I think you need to make sure you run
docker compose downand thendocker compose up -d. Simply restarting the container will not cause it to pull the new image. :}@cecinitmortem commented on GitHub (Mar 11, 2026):
Hi,
not sure if it is okay to comment here under the already closed case. Just had the exact same problem. I followed the official docs on how to switch to EE exactly. The docs state that it is sufficient to run "sudo docker compose restart pangolin". I needed some time and luck to find this closed issue here which fixed it. Would recommend to update the docs so other people will not have to search for this.
@LaurenceJJones commented on GitHub (Mar 11, 2026):
I'll mark a todo to get this updated, thank you for letting us know!