we upgraded to node.js 14 LTS Version on our buildserver, coming from node.js 10 LTS. Before that we stopped the Continua Service. The install required a reboot. To our surprise Continua upgraded its (PostgreSQL) database, when the system started. The system runs fine, so far. Any ideas why this happened?
Where did you see that Continua upgraded it’s database? What version was it and what version is it now? Only the installer includes code to upgrade the database.
I think you are referring to the database structure migration which does work on server start up, but that should only run once for each new version of Continua CI. Each database migration is recorded in the versioninfo table in the database.
I can connect to the db server, but querying data is not possible, as i get a socket error.
“could not send data to server: Socket is not connected (0x00002749/10057) could not send SSL negotiation packet: Socket is not connected (0x00002749/10057)”.
As often, when start chasing one issue, you end up with other/more trouble
Googeling, this can be related to the server configuration using localhost or maybe not using the latest pgAdmin tool. I stop chasing the issue here, as Continua runs fine. Thanks for your help anyway!