Recently we took over a site powered by Kirby CMS at the backend. As part of migration, we are provided with the license info by the vendor. We run Kirby through official PHP docker image. License was validated once over migration period successfully.
However, we do make changes to the application time to time (e.g. configure php upload size limit, etc…) and roll-over the Kirby docker images. It seems that it triggers the Kirby license registration again on docker image roll-over; and it failed with the following error message now.
“The license has been validated too often”
Questions:
- What do we do to make license registration work again?
- Could you please provide us solution for how to make the license registration permanent/persisted for our deployment scenario.
Thanks,
Victor