T
Twenty3mo ago
Harsh23

Issues starting Twenty Server

Currently the issue I'm facing with setting up Twenty Server is "error: error: schema "metadata" does not exist Error during migration run: QueryFailedError: schema "metadata" does not exist". In postgresql, the schema for core and metadata exists but currently Migrations are failing due to which I cant start the server.
No description
8 Replies
Antonio Pinto
Antonio Pinto3mo ago
What are you using to host? Docker? Check the troubleshooting guide for the database reset. If it doesn't work, double check your install steps as it seems you missed something related to the DB
Harsh23
Harsh23OP3mo ago
not using docker, just using postgresql using brew
raoulduke
raoulduke3mo ago
Hey I have the same issue. Running locally, the vectors table fails and 3/4 success on database:migration and database:reset during build. I see the same error. I am going to run with docker now. I hear that solves it..
Harsh23
Harsh23OP3mo ago
Facing pgVector issues also, anyone facing that ?
Harsh23
Harsh23OP3mo ago
any reasons for this ?
No description
Jas0r
Jas0r3mo ago
Hi Im getting the same "create profile" page see my post (https://discordapp.com/channels/1130383047699738754/1336130924278190192)
Harsh23
Harsh23OP3mo ago
did you get a fix for it ? Current errors facing while setting up postgres server - query failed: CREATE EXTENSION IF NOT EXISTS "vector" error: error: extension "vector" is not available Failed to perform 'create extension "vector (pgvector)"': -ERROR: schema "core" does not exist -Error executing migration QueryFailedError: relation "core._typeorm_generated_columns_and_materialized_views" does not exist and then USER is not logged in. How should I proceed to solve the issue ? @Prastoin
thomast
thomast2mo ago
what doc did you followed for install ?

Did you find this page helpful?