Running into a few weird errors since moving a database from one primary server to another.
I installed fresh using the website documentation, imported the database and performed the migrate/updates as needed in the documetation, and everything comes up ok (see current validate.php below):
It seems fine for about 10-12 hours, then the web pages stop responding (all white), processes are all running fine from the ps list, however polling data seems to stop coming in.
validate then fails with:
Reboots/restarting processes (one or all) does not seem to do anything, however if I run daily.sh from the command line:
After the first line or two of checks (seems like after updated from unset to), everything returns to normal operation (web pages start working, polling starts coming in again, etc).
Database files came from v22.5.0 on a much older system.
I thought this was a one-off, but I built another brand new one, same documentation steps, same import/migrate process into another system and it started having the same behavior with this set of versions of tools as well.
Any tips would be great! Thanks!

