This doc explains how to build postgresql for Twenty Build .control, .so and .pg_graphql--version.sql ``` docker buildx create --name mybuilder docker buildx use mybuilder ``` Do the same for in ['amd64', 'arm64'] ('amd64' builds faster) ``` cd packages/twenty-postgres docker buildx build --platform linux/ --load -t twenty-bitnami-postgres- linux docker run --name twenty-bitnami- -v ~/Desktop/twenty/packages/twenty-postgres:/twenty ``` In another terminal ``` docker exec -it sh sh twenty/linux/build-postgres-linux.sh cp opt/bitnami/postgresql/lib/pg_graphql.so twenty/linux//15/pg_graphql/ cp opt/bitnami/postgresql/share/extension/pg_graphql.control twenty/linux//15/pg_graphql/ cp opt/bitnami/postgresql/share/extension/pg_graphql--.sql twenty/linux//15/pg_graphql/ ```