Docker: Upgrade from 24.11.0 to 24.12.0 or any 25.x fails

I have decided to move my current LibreNMS v22.9.0 to Docker and a newer OS.

So far I have managed to bring it up to 24.11.0, after dozens of manual fixes on the DB after some of the upgrade versions and also some DB reimports etc…

My goal is to come to the current version (25.7.0 at this moment). However, I have tried to upgrade from version 24.11.0 to 24.12.0 and I am stuck at this line:

Database\Seeders\ConfigSeeder … RUNNING

which eventually crashes due to high memory usage, regardless of what value MEMORY_LIMIT is set to. As far as I found in the forums and the Internet, this has nothing to do with the memory, but with something else. It seems the DB checks go into an infinite loop of SELECT * FROM xxxxx…..

Would any of you be kind and share some thoughts on this, if you were in a similar situation? Thanks for the help!!

No answers so far, I am guessing nobody had this problem before?