PostgreSQL Version on Start and Exit with Error if Too Low
The container registry should verify the PostgreSQL version on startup and exit with an error message if the version is below the supported minimum. This check should occur early in the initialization process to prevent migration/runtime issues due to incompatibility.
If the version is too low, the application should log a clear and user-friendly error message stating :
- the detected version
- the minimum required version
- and possibly include instructions or links for upgrading.