After the managed Postgres 17 upgrade, the database logs are continuously flooded with warnings: database "template1" has a collation version mismatch (error code 01000), recurring roughly every 60 seconds and burying everything else in the logs UI. Running ALTER DATABASE postgres REFRESH COLLATION VERSION clears the mismatch for the postgres database, but the template1 warnings persist. The same statement for template1 fails with ERROR 42501: must be owner of database template1, because managed users lack the privileges to touch the system template catalogs. The issue is a log-bloat nuisance that does not break functionality, but the reporter confirmed support had to resolve it.