npx nx database:reset twenty-server errors
Hi! I am trying to install twenty on arch. Somehow the title command has errors, which prevents its normal use (attachment).
Postgres has the extensions installed:
postgres=# \dx
List of installed extensions
Name | Version | Schema | Description
------------+---------+------------+------------------------------ pg_graphql | 0.1 | public | GraphQL support pgcrypto | 1.3 | public | cryptographic functions plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language I am missing something, but have been unable to finish installation and running around in circles:) Thanks, Tamas
------------+---------+------------+------------------------------ pg_graphql | 0.1 | public | GraphQL support pgcrypto | 1.3 | public | cryptographic functions plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language I am missing something, but have been unable to finish installation and running around in circles:) Thanks, Tamas
2 Replies
These are extensions needed for self-hosting Twenty
Since you mentioned you're trying to run this on Arch, I'd highly suggest provisioning your database in Docker (not the whole project with
docker compose
way) instead of directly on Linux, way less problems with setting this up