-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Milestone
Description
It is necessary to upgrade the current versions of tomcat 8.5 and postgresql 9.2 for the webtop module on NS8 to switch to stable versions with longest life (see https://endoflife.date/tomcat and https://endoflife.date/postgresql)
Proposed solution
I propose to switch at least to tomcat 9 and postgresql 17
- For postgres 17 it is necessary to add this variable in the systemd unit with which the container is started:
--env POSTGRES_PASSWORD=<password>
See PostgreSQL documentation about "trust": https://www.postgresql.org/docs/current/auth-trust.html
It will be necessary to evaluate and verify if it is enough to use pg_upgrade to convert a DB already installed with postgres 9.2
- For tomcat 9 it should be enough to just install and configure the new version to replace the current 8.5
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Type
Projects
Status
Done