coolify/app/Actions/Database
MarkosTech 20a627ffe6 fix(databases): redirect stdin for the SSL cert chown
Remote command lists are piped into `bash -se`, so the script sits on
stdin. `docker compose run` attaches stdin and eats the rest of it,
including the `docker compose up -d` that follows. The container is
removed and never recreated, and bash exits 0, so the deploy reports
success.

`-T` does not help, it does not detach stdin.

Affects MongoDB, MySQL, MariaDB and PostgreSQL when enable_ssl is set.
2026-08-16 13:20:20 +02:00
..
RestartDatabase.php Fix database restart to skip unnecessary Docker cleanup 2025-11-20 17:15:45 +01:00
StartClickhouse.php fix(docker): replace deprecated stop flags with version-aware ones 2026-08-13 11:17:44 +02:00
StartDatabase.php fix(queue): route cloud jobs to dedicated queues 2026-05-22 16:11:24 +02:00
StartDatabaseProxy.php fix(ray): remove Ray debug hooks from runtime (#10847) 2026-07-03 11:40:20 +02:00
StartDragonfly.php fix(docker): replace deprecated stop flags with version-aware ones 2026-08-13 11:17:44 +02:00
StartKeydb.php fix(docker): replace deprecated stop flags with version-aware ones 2026-08-13 11:17:44 +02:00
StartMariadb.php fix(databases): redirect stdin for the SSL cert chown 2026-08-16 13:20:20 +02:00
StartMongodb.php fix(databases): redirect stdin for the SSL cert chown 2026-08-16 13:20:20 +02:00
StartMysql.php fix(databases): redirect stdin for the SSL cert chown 2026-08-16 13:20:20 +02:00
StartPostgresql.php fix(databases): redirect stdin for the SSL cert chown 2026-08-16 13:20:20 +02:00
StartRedis.php fix(docker): replace deprecated stop flags with version-aware ones 2026-08-13 11:17:44 +02:00
StopDatabase.php fix(storage): split S3 endpoint input and persist stopped status 2026-08-15 11:46:49 +02:00
StopDatabaseProxy.php chore: prepare for PR 2026-02-03 15:32:03 +01:00