Update from 0.41 not possible
We are using version v0.41.0 and want to upgrade to the latest version – v0.52.0.
However, we are encountering issues with the database. We cannot restore the backup into the new database, and we are also unable to use the existing database with the new Docker image.
In version v0.41.0, you were using image: twentycrm/twenty-postgres-spilo:${TAG:-latest}. In the new version v0.52.0, you're using image: postgres:16....
Server won't change port from 3000 to 50008
hi everyone!
I tried a self hosted approach (no docker!) and wanted to switch ports from 3000 and 3001 to 50008 and 50009 … yet, whenever I start the server it tells me, that port 3000 is already in use. yeah … that's why I want to switch to port 50008 instead 😉
```...
Server is unable to connect to db
Hey guys! I am trying to just get this running up on the default settings, minus password and secret key, and it keeps telling me in the consoles for both the DB and the server that postgres is not a valid user. I'm at a loss. (It doesn't help that I'm fairly new at this...)
My server logs are:
`Running database setup and migrations...
psql: error: connection to server at "db" (172.22.0.3), port 5432 failed: FATAL: password authentication failed for user "postgres"...

Images not visible after docker-compose down && docker-compose up
I have deployed twenty using docker on an ec2 instance with storage configured in S3.
When I upload images in Files, I can see them when I log out and log back in. I can even see them in the S3 bucket.
However, when I make local changes and want to update my deployed version, I build the docker image, update docker-compose yml file & then I do docker-compose down && docker-compose up....

[self-hosted] setup for gmail and google calendar help
I've setup Twenty with docker and I can access Twenty with http://localhost:3003.
Now I want to setup gmail and google calendar.
i've followed https://twenty.com/developers/section/self-hosting/setup.
I don't understand the following: ...
Adding new migrations
I just created a new migration in twenty-server/src/database/typeorm/metadata/migrations/ for a table in metadata schema and ran "yarn nx database:migrate:prod twenty-server" command.
However, my migration isn't being picked up when the command runs. How can I solve this?
I'd appreciate any help!...
Error when trying to delete existing object
I created a new object and when I tried to delete it I am getting that error. Now that I tried to get on the website my modules on the side are not loading other than just company. If you need the log let me know how can I get the log for you since I am new to ubuntu this is self hosted.

[SELF_HOSTING] File Upload Size Limit Increase
I'm using Nginx as a reverse proxy and have set the upload limit to 512Mb in the Nginx configuration as seen below:
location / {
client_max_body_size 512M;
...
email error
Hello, when I try to associate my Google email, I encounter the error http://localhost:3000/verify?errorMessage=Unknown+error. How should I troubleshoot and resolve this?

Microsoft sync works, only it doesn't... (multi-tenant)
Hi all and thanks for a great solution!
I'm self-hosting on Twenty on an internal server, and finally got the MS integrations going with SSL.
Logging in with MS works like a charm, and connecting my account also works - except that nothing actually gets imported.
It is stuck on the 'Importing' status, and I can't for the life of me find anything that could indicate what is wrong in any logs....

Currency format
I noticed that my currency format is not suitable: BRL = R$ 1,000.00 = BRL1k. I would like to display the full number instead of the abbreviated one. In which file should I adjust this? Is there a .env for these settings?
[Help]
General
I'm new here and I'm learning.
I am using the self-host version.
Installed via docker.
TAG=v0.52.6...
Workspace version is not equal to my Twenty's version
@Antonio Pinto
TwentyCRM is using Docker 0.52.6
Workspace metadataversion is 99
Workspace version is 0.51.0...
Record Access Permission
Hello ,
We have a specific use case and wanted to check if it's currently possible — or planned for the future — to restrict a member from viewing records created by other members within the same workspace. Is there any existing support for this kind of permission control, or is it something that might be considered in the roadmap?
Thanks in advance !!
...
Microsoft Tenant Specific Auth
We are currently using the Microsoft 'common' endpoint for authentication in twenty, but we now need to implement tenant-specific authentication. What changes are required to achieve this?
@thomast @charles @prastoin...
dependency failed to start: container twenty-server-1 is unhealthy
I'm setting this up on Ubuntu Server, but I got this error when starting the project:

Build error
37.6 [Error: ENOTEMPTY: directory not empty, rmdir '/app/packages/twenty-server/dist/src/database/clickhouse/migrations'] { 137.6 errno: -39, 137.6 code: 'ENOTEMPTY',..., Is this a known bug?