Orthanc (running fine on linux server - LSB all updated except PGSQL index plugin) will refuse to start when I use this plugin (but would start if I replace the plugin by its former version). I suspect this could be due to the DB schema update required by the new plugin but I’m not sure. I tried to fix looking on the PGSQL side but couldn’t find a solution.
Log error is below:
E0611 09:03:19.999654 MAIN postgresql-index:/PostgreSQLDatabase.cpp:187] PostgreSQL error: ERROR: must be owner of table resources CONTEXT: SQL statement “CREATE INDEX IF NOT EXISTS ChildrenIndex2 ON Resources USING btree (parentId ASC NULLS LAST) INCLUDE (publicId, internalId)” PL/pgSQL function inline_code_block line 11 at EXECUTE
Should I upgrade the DB schema manually before? I don’t want to do any critical mistake so I haven’t yet.