I used a newly installed PostgreSQL server also installed via Helm charts.
The converter pod is starting and running, but the docservice container crashes with the following error messages:
[2026-01-28T09:50:24.320] [ERROR] [docId] [userId] nodeJS - DB table "doc_changes" does not exist
[2026-01-28T09:50:24.321] [ERROR] [docId] [userId] nodeJS - DB table "task_result" does not exist
The database onlyoffice exists but it looks like the tables are not getting set up by the docservice container.
Should this be done by the helm charts setup or do I need to create the tables manually? If I needed to create them manually how would I do that? I found in anther thread that there should be a “createdb.sql” script in the docservice container but this it’s not there.