Skip to content

When setting up under docker using a managed database from DigitalOcean, the startup hangs #23786

Description

@AlexEscalante

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?

Metadata

Metadata

Assignees

Labels

Fields

Priority

None yet

Dev status

None yet

Start date

None yet

Target date

None yet

Quarter

None yet

Projects

Status
In project

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions