mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 13:19:07 -05:00
[GH-ISSUE #2925] Error Upgrading from ee-1.18.0-rc.0 to ee-1.18.0 #11031
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 @kesch095 on GitHub (Apr 29, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2925
Describe the Bug
Hi everyone,
unfortunately, after upgrading from
my pangolin container wont start correctly. I do see the following error in the docker logs:
I also tried downgrading to 1.17.1 and do another upgrade to 1.18.0, which showed the same error.
Wenn rolling back to 1.18.0-rc.0 the pangolin instance starts fine.
Environment
To Reproduce
Expected Behavior
The container should start without issues
@Vyerni commented on GitHub (Apr 29, 2026):
Glad it's not just me, and an issue already created to save me doing it.
And roll back worked for me too. Saved having to revert snapshots
@oschwartz10612 commented on GitHub (Apr 29, 2026):
An update from RC to non RC is not supported. We should probably make this more clear in the release notes apologies. You have to have a clean (not upgraded) database from 1.17 or later to upgrade to 1.18.
Could you try reverting to your 1.17 database that has not been migrated to the RC and then perform the upgrade?
@Vyerni commented on GitHub (Apr 29, 2026):
Yes, I was able to.
However I suspect this is probably gonna affect a few others. And I don't really know you can call it 1.18-rc and 1.18 if they don't play nice with each other?
@AstralDestiny commented on GitHub (Apr 29, 2026):
I mean technically the RC's did say they have breaking changes that could affect non RC and to always backup before moving to it.
@thesosguy commented on GitHub (Apr 29, 2026):
I was running 1.18.0.rc.0 and I reverted the DB to a backup in the
/conf/db/backupand set the version to a 1.17.1 - then changed to 1.18.0 and it worked perfectly.Before this I was not aware of the DB backup folder. Hope that helps others!
This is good to know I have not had an issue in the past going from RC to non-RC.
Thank you DEVs!
@oschwartz10612 commented on GitHub (Apr 29, 2026):
Good to hear! We are calling it out in the rc at the top of the releases in the future to reduce confusion!