Commit c0b67e7
committed
fix: incomplete setup don't stop a new setup
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>1 parent 56660f4 commit c0b67e7
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
0 commit comments