Skip to content

WebTop 1.5 with Tomcat and Postgresql Version Upgrade #7489

@lucagasparini

Description

@lucagasparini

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

Metadata

Metadata

Assignees

Labels

verifiedAll test cases were verified successfully

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions