Skip to content

fix: incomplete setup don't stop a new setup - #117

Open
vitormattos wants to merge 1 commit into
mainfrom
fix/incomplete-setup-dont-stop-a-new-setup
Open

fix: incomplete setup don't stop a new setup#117
vitormattos wants to merge 1 commit into
mainfrom
fix/incomplete-setup-dont-stop-a-new-setup

Conversation

@vitormattos

Copy link
Copy Markdown
Member

If have some error during start environment and the config/config.php is empty, the start will get a loop as the follow log:

nextcloud-1 | ⌛ Waiting for database 🐬mysql
nextcloud-1 | ✅ Database 🐬mysql ready
nextcloud-1 | Nextcloud is not installed - only a limited number of commands are available nextcloud-1 | ❌ Nextcloud is not installed. Skipping startup tasks and stopping container. nextcloud-1 exited with code 1
nextcloud-1 | ⌛ Waiting for database 🐬mysql
nextcloud-1 | ✅ Database 🐬mysql ready
nextcloud-1 | Nextcloud is not installed - only a limited number of commands are available nextcloud-1 | ❌ Nextcloud is not installed. Skipping startup tasks and stopping container. nextcloud-1 exited with code 1
nextcloud-1 | ⌛ Waiting for database 🐬mysql
nextcloud-1 | ✅ Database 🐬mysql ready
nextcloud-1 | Nextcloud is not installed - only a limited number of commands are available nextcloud-1 | ❌ Nextcloud is not installed. Skipping startup tasks and stopping container. nextcloud-1 exited with code 1
nextcloud-1 | ⌛ Waiting for database 🐬mysql
nextcloud-1 | ✅ Database 🐬mysql ready
nextcloud-1 | Nextcloud is not installed - only a limited number of commands are available nextcloud-1 | ❌ Nextcloud is not installed. Skipping startup tasks and stopping container. nextcloud-1 exited with code 1
nextcloud-1 | ⌛ Waiting for database 🐬mysql
nextcloud-1 | ✅ Database 🐬mysql ready
nextcloud-1 | Nextcloud is not installed - only a limited number of commands are available nextcloud-1 | ❌ Nextcloud is not installed. Skipping startup tasks and stopping container. nextcloud-1 exited with code 1
nextcloud-1 | ⌛ Waiting for database 🐬mysql
nextcloud-1 | ✅ Database 🐬mysql ready
nextcloud-1 | Nextcloud is not installed - only a limited number of commands are available nextcloud-1 | ❌ Nextcloud is not installed. Skipping startup tasks and stopping container. nextcloud-1 exited with code 1
nextcloud-1 | ⌛ Waiting for database 🐬mysql
nextcloud-1 | ✅ Database 🐬mysql ready
nextcloud-1 | Nextcloud is not installed - only a limited number of commands are available nextcloud-1 | ❌ Nextcloud is not installed. Skipping startup tasks and stopping container. nextcloud-1 exited with code 1

If have some error during start environment and the config/config.php is
empty, the start will get a loop as the follow log:

nextcloud-1  | ⌛ Waiting for database 🐬mysql
nextcloud-1  | ✅ Database 🐬mysql ready
nextcloud-1  | Nextcloud is not installed - only a limited number of commands are available
nextcloud-1  | ❌ Nextcloud is not installed. Skipping startup tasks and stopping container.
nextcloud-1 exited with code 1
nextcloud-1  | ⌛ Waiting for database 🐬mysql
nextcloud-1  | ✅ Database 🐬mysql ready
nextcloud-1  | Nextcloud is not installed - only a limited number of commands are available
nextcloud-1  | ❌ Nextcloud is not installed. Skipping startup tasks and stopping container.
nextcloud-1 exited with code 1
nextcloud-1  | ⌛ Waiting for database 🐬mysql
nextcloud-1  | ✅ Database 🐬mysql ready
nextcloud-1  | Nextcloud is not installed - only a limited number of commands are available
nextcloud-1  | ❌ Nextcloud is not installed. Skipping startup tasks and stopping container.
nextcloud-1 exited with code 1
nextcloud-1  | ⌛ Waiting for database 🐬mysql
nextcloud-1  | ✅ Database 🐬mysql ready
nextcloud-1  | Nextcloud is not installed - only a limited number of commands are available
nextcloud-1  | ❌ Nextcloud is not installed. Skipping startup tasks and stopping container.
nextcloud-1 exited with code 1
nextcloud-1  | ⌛ Waiting for database 🐬mysql
nextcloud-1  | ✅ Database 🐬mysql ready
nextcloud-1  | Nextcloud is not installed - only a limited number of commands are available
nextcloud-1  | ❌ Nextcloud is not installed. Skipping startup tasks and stopping container.
nextcloud-1 exited with code 1
nextcloud-1  | ⌛ Waiting for database 🐬mysql
nextcloud-1  | ✅ Database 🐬mysql ready
nextcloud-1  | Nextcloud is not installed - only a limited number of commands are available
nextcloud-1  | ❌ Nextcloud is not installed. Skipping startup tasks and stopping container.
nextcloud-1 exited with code 1
nextcloud-1  | ⌛ Waiting for database 🐬mysql
nextcloud-1  | ✅ Database 🐬mysql ready
nextcloud-1  | Nextcloud is not installed - only a limited number of commands are available
nextcloud-1  | ❌ Nextcloud is not installed. Skipping startup tasks and stopping container.
nextcloud-1 exited with code 1

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
@vitormattos
vitormattos requested a review from YvesCesar August 14, 2026 17:29
@vitormattos vitormattos self-assigned this Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant