I am trying to setup Twenty in a DigitalOcean droplet using a managed Postgres database. The database setup, which includes configuring a certificate, seems to be working, but when the docker container starts, it hangs showing only these logs:
Running database setup and migrations...
Database appears to be empty, running migrations.
Performed 'create schema "public"' successfully
Performed 'create schema "core"' successfully
Performed 'create extension "uuid-ossp"' successfully
Performed 'create extension "unaccent"' successfully
Performed 'create immutable unaccent wrapper function' successfully
I can see in the database that the ' core` schema is created, but no tables appear.
I have another instance running much like this, but on my local server, the database is also local and shared with other processes and everything is running fine under Coolify
The only difference should the Postgres instance, which in this case is managed and requires a certificate, so... do you have any ideas?
I am trying to setup Twenty in a DigitalOcean droplet using a managed Postgres database. The database setup, which includes configuring a certificate, seems to be working, but when the docker container starts, it hangs showing only these logs:
I can see in the database that the ' core` schema is created, but no tables appear.
I have another instance running much like this, but on my local server, the database is also local and shared with other processes and everything is running fine under Coolify
The only difference should the Postgres instance, which in this case is managed and requires a certificate, so... do you have any ideas?