Installation not possible
-
wrote on Mar 30, 2023, 7:12 PM last edited by
Don't know what's wrong:
In Log-File are these entries:
Mar 30 21:11:20 box:apps downloading manifest from https://api.cloudron.io/api/v1/apps/io.taiga.cloudronapp/versions/2.12.2 Mar 30 21:11:27 box:apps downloading manifest from https://api.cloudron.io/api/v1/apps/io.taiga.cloudronapp/versions/2.12.2 Mar 30 21:11:30 box:apphealthmonitor app health: 2 running / 0 stopped / 0 unresponsive Mar 30 21:11:35 box:cloudron Getting logs for box POST /api/v1/apps/install 400 Bad Request Box version exceeds Apps maxBoxVersion 381.922 ms - 84 POST /api/v1/apps/install 400 Bad Request Box version exceeds Apps maxBoxVersion 384.399 ms - 84 POST /api/v1/apps/install 400 Bad Request Box version exceeds Apps maxBoxVersion 384.933 ms - 84 POST /api/v1/apps/install 400 Bad Request Box version exceeds Apps maxBoxVersion 385.007 ms - 84 POST /api/v1/apps/install 400 Bad Request Box version exceeds Apps maxBoxVersion 405.087 ms - 84
Please help.
Thank you and regards,
Lukas -
Don't know what's wrong:
In Log-File are these entries:
Mar 30 21:11:20 box:apps downloading manifest from https://api.cloudron.io/api/v1/apps/io.taiga.cloudronapp/versions/2.12.2 Mar 30 21:11:27 box:apps downloading manifest from https://api.cloudron.io/api/v1/apps/io.taiga.cloudronapp/versions/2.12.2 Mar 30 21:11:30 box:apphealthmonitor app health: 2 running / 0 stopped / 0 unresponsive Mar 30 21:11:35 box:cloudron Getting logs for box POST /api/v1/apps/install 400 Bad Request Box version exceeds Apps maxBoxVersion 381.922 ms - 84 POST /api/v1/apps/install 400 Bad Request Box version exceeds Apps maxBoxVersion 384.399 ms - 84 POST /api/v1/apps/install 400 Bad Request Box version exceeds Apps maxBoxVersion 384.933 ms - 84 POST /api/v1/apps/install 400 Bad Request Box version exceeds Apps maxBoxVersion 385.007 ms - 84 POST /api/v1/apps/install 400 Bad Request Box version exceeds Apps maxBoxVersion 405.087 ms - 84
Please help.
Thank you and regards,
Lukas@lukas taiga doesn't work with PostgreSQL 14. It only PostgreSQL 12 is supported.
Cloudron 7.4 uses PostgreSQL 14. If you require taiga, you have to install Cloudron 7.3 (but please be aware you cannot update to Cloudron 7.4, if you have taiga installed).
-
@lukas taiga doesn't work with PostgreSQL 14. It only PostgreSQL 12 is supported.
Cloudron 7.4 uses PostgreSQL 14. If you require taiga, you have to install Cloudron 7.3 (but please be aware you cannot update to Cloudron 7.4, if you have taiga installed).
-
@girish means If I want to use Taiga, I have to stay on Cloudron 7.3 until Taiga releases an update which runs with PostgreSQL 14 ?
-
@lukas that's correct.
Also, if you want to install Cloudron 7.3, start with a fresh VM and
cloudron-setup --version 7.3.6
. I would also suggest to just keep two cloudron installations and just have taiga in the 7.3 one.wrote on Mar 30, 2023, 7:38 PM last edited by@girish said in Installation not possible:
I would also suggest to just keep two cloudron installations and just have taiga in the 7.3 one.
Means I can use my Premium license for 2 Cloudron installations?
-
@girish said in Installation not possible:
I would also suggest to just keep two cloudron installations and just have taiga in the 7.3 one.
Means I can use my Premium license for 2 Cloudron installations?
-
@lukas the license is only for 1 install but 2 apps are free in new installs anyway. So, you don't need a license for taiga on separate VM.
wrote on Mar 31, 2023, 7:35 AM last edited by@girish said in Installation not possible:
So, you don't need a license for taiga on separate VM.
ok nice. But I need other Server to run Cloudron 7.3 correct?
-
@girish said in Installation not possible:
So, you don't need a license for taiga on separate VM.
ok nice. But I need other Server to run Cloudron 7.3 correct?
-
wrote on Apr 13, 2023, 8:34 PM last edited by
Hello,
I tried to install Taiga but was imposible.
Do you have some ETA to fix the issue?
thanks. -
Hello,
I tried to install Taiga but was imposible.
Do you have some ETA to fix the issue?
thanks.wrote on Apr 14, 2023, 12:41 AM last edited by jdaviescoates Apr 14, 2023, 12:44 AM@habilweb said in Installation not possible:
Do you have some ETA to fix the issue?
Sadly I think this will only be fixed once Taiga themselves update their upstream code to be compatible with a newer version of PostgreSQL
Perhaps chime in here https://github.com/kaleidos-ventures/taiga-back/issues/54
Saying that, I can't help wondering if it's possible for Cloudron to run multiple version of things like PostgreSQL and Redis (Discourse need Redis 7 but Cloudron only has Redis 6) to avoid issues like this? thoughts @staff?
-
@habilweb said in Installation not possible:
Do you have some ETA to fix the issue?
Sadly I think this will only be fixed once Taiga themselves update their upstream code to be compatible with a newer version of PostgreSQL
Perhaps chime in here https://github.com/kaleidos-ventures/taiga-back/issues/54
Saying that, I can't help wondering if it's possible for Cloudron to run multiple version of things like PostgreSQL and Redis (Discourse need Redis 7 but Cloudron only has Redis 6) to avoid issues like this? thoughts @staff?
@jdaviescoates it's possible but we have to implement this complicated setup just for one app. (well two, if you include discourse. but discourse will get solved in the upcoming release by upgrading redis).
-
Hello,
I tried to install Taiga but was imposible.
Do you have some ETA to fix the issue?
thanks. -
@habilweb best bet is to install previous version 7.3 of Cloudron on a separate server and install taiga there (
cloudron-setup --version 7.3.6
).wrote on Apr 14, 2023, 5:18 PM last edited by@girish said in Installation not possible:
@habilweb best bet is to install previous version 7.3 of Cloudron on a separate server and install taiga there (
cloudron-setup --version 7.3.6
).Yes, but then you have to pay for 2 VPS
-
@girish said in Installation not possible:
@habilweb best bet is to install previous version 7.3 of Cloudron on a separate server and install taiga there (
cloudron-setup --version 7.3.6
).Yes, but then you have to pay for 2 VPS
-
-
wrote on May 18, 2023, 7:35 PM last edited by
I hit this wall a couple of days ago when I wanted to try out Taiga.
I chimed in the Github issue linked above, but it is open since September 2021... -
wrote on May 22, 2023, 3:26 PM last edited by
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 -
wrote on May 28, 2023, 7:55 PM last edited by
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/).
-
wrote on Jun 12, 2023, 6:06 PM last edited by
Thanks for the update!
Will try it out over the weekend