error: database "default" does not exist
After install I made 'default' database manually and run the main 2 comands yarn and my twenty env was running nice!
But after my swarm restart I do not know why the default database is missing with this erro below.
3 Replies
hard to debug, looks like a config issue. Do you manage to connect to your db manually?
I deploy with swarm. On compose do you have any commands to creat default database?
Compose is supposed to init your database the first time and then you are good. I don't use swarm but it may not work the same way. Since you are saying that compose works fine but this is your swarm restart that breaks DB setup, I am just guessing that this is a database init missing for swarm