database "default" does not exist
Hello Twenty's team I would need some support on this stacktrace I'm getting from the dockercompose steps ?
@Alzter
29 Replies
Please provide more information such as what Twenty's version you're using what command have been running to achieve to this etc etc @Alzter
last version
docker compose
Synology
Have you setup a custom database name ?
no
Docker-compose.yml has not undergone any modifications
I've just been able to start a twenty instance using the latest one-click version
Be careful your screenshots contains secrets, deleted it for you
Your configuration is wrong
https://twenty.com/developers/section/self-hosting/setup#config
I don't know why this happened, really.
You should have only one env variable named
PG_DATABASE_URL
in compose flie?
PG_DATABASE_URL: postgres://${PG_DATABASE_USER:-postgres}:${PG_DATABASE_PASSWORD:-postgres}@${PG_DATABASE_HOST:-db}:${PG_DATABASE_PORT:-5432}/default
Yes, I found it, but I didn't modify it and it doesn't work.
I'm in the wrong sorry
Could you please re-share secrets less your .env

Don't worry about the password, I only use it on the local area network.
Please try using this
TAG
v0.51.14
Okay, I'll give it a try


I have received these errors
Please if possible wipe your instance containers,images,volumes and retry for some reason it seems your twenty's db is corrupted
Unfortunately unable to reproduce on my side even when consuming the
latest
tagall? or twenty
Everything Twenty's related

thank u I succeeded, but it seems to have other issues.
Nice, please share your twenty-server logs
What url in your browser are you on to get this ?
You should access your instance from
localhost:3000
Seeing your logs sever seems to be working normally, please try scoping from where could come the issue by directly hitting your twenty's api healthcheck for examplework
thank u very much

Congrats ! Enjoy coding !