Closed ilyalavrenov closed 5 years ago
I've attempted to reproduce this by first running 0.16.0-pre.2 and then bringing it down and bringing up 0.16.2, but it succeeded in migrating:
server_1 | INFO: Applied DB migrations
server_1 | DEBUG:
server_1 | "migrations": [
server_1 | {
server_1 | "version": 5,
server_1 | "action": "do",
server_1 | "filename": "005.do.enqueue-fix.sql",
server_1 | "name": "enqueue-fix",
server_1 | "md5": "8b26023b4c34aac343341d1620d05a09"
server_1 | }
server_1 | ]
Anyway, the Renovate DB contains only ephemeral data so the best thing to do is to bring down the containers, delete your local DB data, then bring up 0.16.2 with a clean DB.
seems this was our own doing. we were using a managed postgres DB on v9.6, upgrading to 10+ as specified in the docs solved the issue.
getting the following error after upgrading from
renovate/pro:0.16.0-pre.2
torenovate/pro:0.16.2
, looks like a syntax error in the DB connection string:so far we've reverted back to
renovate/pro:0.16.0-pre.2
which doesn't have the issue. the connection parameters are provided by the env varsPGHOST
,PGUSER
,PGPASSWORD
, andPGDATABASE
.