Checking out v1 getting error "ERROR Failed to load config variables from database"
Hi,
Congrats on launching!!!
I am trying to create a new instance of v1 and getting error on first run of server container
2 Replies
Hello @Ruslan is it the first time installing twenty on your machine ? Have you correctly removed old containers and volumes ?
I think now I understand the problem, I was running using database name "postgres", which is automatically created by postgres container. And twentycrm wants to have their own db, which is in updated docker compose setup called "default", and only if it creates itself, it runs migration scripts for core schema.