Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
Self-hosted
If you are self-hosting, what version of Baserow are you running?
Previously: version 1.26.1
Currently: version 1.33.0
If you are self-hosting, which installation method do you use to run Baserow?
Docker compose
What are the exact steps to reproduce this issue?
Hi, I have a major issue:
I’ve updated my system and baserow from version 1.26.1 to 1.33.0 and now I’m encountering a formula field not working any more…
In the docker logs of the baserow container I see this:
[POSTGRES][2025-05-05 15:40:01] 2025-05-05 15:40:01.294 UTC [58616] baserow@baserow HINT: Rebuild all objects affected by this collation and run ALTER COLLATION pg_catalog.“en-x-icu” REFRESH VERSION, or build PostgreSQL with the right library version.
baserow@baserow DETAIL: The collation in the database was created using version 153.14, but the operating system provides version 153.120.
So I guess I need to rebuild the collations.
I can access the SQL-DB that is created and managed by baserow in the container with the baserow user.
Yet, this user does not have sufficient rights to run an ALTER-Command.
So two questions:
- Have you experienced this before and have some solution suggestions?
- What are the account details for the PSQL-superuser?