grindsa / acme2certifier

library implementing ACME server functionality
GNU General Public License v3.0
173 stars 36 forks source link

acme_srv_housekeeping dbversion ist set back to 0.23.1 after container restart #135

Closed rafaelorafaelo closed 8 months ago

rafaelorafaelo commented 8 months ago

Hi, I have always warning in my container log using the Docker image acme2certifier:nginx-django about a database version mismatch 0.23.1, where it should be 0.33. My observations is: when I run django_update.py from inside the container, acme_srv_housekeeping dbversion is set from 0.23.1 to 0.33. When I restart the container, this value is set back to 0.23.1. Regards, Ralf

grindsa commented 8 months ago

Hi,

Thx for reporting this. Seems I forgot to update the fixture.xml for a little while. Fix is included in v0.33.2. Feel free to test and let me know it solves your problem.

BR G.

rafaelorafaelo commented 8 months ago

Works, great. Thanks.