Installation not possible
-
I asked on Twitter about this and got this promising reply
Currently, Taiga is only compatible with max version 12. We’ve created this issue 2 in our tracker to make it compatible with Postgres 14. We'll try to include it in the next release.
You can check the status here.
https://tree.taiga.io/project/taiga/issue/5196 -
I think this commit fixes the issue?
https://github.com/kaleidos-ventures/taiga-back/commit/a46da85efafe976175847b850fd90d61c7dee633 -
@stefano yes, possibly. In the issue atleast they commented it only fixed migration for existing installation but new installations still doesn't work.
That said, I note that https://tree.taiga.io/project/taiga/issue/5196 says it's done! So, maybe we just have to wait for a new release.
-
Taiga is back
Unfortunately, old installations cannot be upgaded to PostgreSQL 14 still. Upgrade fails with
ERROR: function array_cat(anyarray, anyarray) does not exist STATEMENT: CREATE AGGREGATE public.array_agg_mult(anyarray) ( SFUNC = array_cat, STYPE = anyarray, INITCOND = '{}' ); restore: stderr from db import: ERROR: function array_cat(anyarray, anyarray) does not exist
This is related to https://postgrespro.com/list/id/3266664.1633045937@sss.pgh.pa.us (also in https://www.postgresql.org/docs/release/14.0/).