You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Bug report
install-utask.sh provided is not correctly updated when we download it :
Steps to reproduce :
wget https://github.com/ovh/utask/releases/latest/download/install-utask.sh
docker-compose up
What is the current behavior?
docker-compose up
Starting utask_db_1 ... done
Starting utask_utask_1 ... done
Attaching to utask_utask_1, utask_db_1
utask_1 | time="2019-11-21T08:24:07Z" level=info msg="[DatabaseConfig] Using 50 max open connections, 30 max idle connections, 60 seconds timeout"
utask_1 | time="2019-11-21T08:24:08Z" level=fatal msg="dial tcp 172.18.0.3:5432: connect: connection refused"
db_1 | LOG: database system was shut down at 2019-11-21 08:24:00 UTC
What is the expected behavior?
Application is starting
Which version of uTask are you using?
Latest version - 1.0.1 (see wget command)
Please tell us about your environment
lsb_release -d
Description: Ubuntu 18.04.2 LTS
Other information
This commit is not correctly applied to install-task.sh provided 8ecc5dd
In docker-compose.yaml :
depends_on:
- db
is missing in utask section
After adding this part, application is starting correctly
--
I am not familiar on how install-script.sh is generated for the release, but if you have few guidelines, I will be glad to open a PR
The text was updated successfully, but these errors were encountered:
Hi @jorijinnall , thanks for opening this issue. We became aware of this problem a few days ago and we've addressed it with PRs #23 and #27.
When we push the next tag on the repo you can expect a new install script to be released, pointing to a freshly built docker image which is able to wait for its db, as expressed in docker-compose.yaml (wait-for-it.sh)
I'll post an update on this issue when the new release is available
Regards,
I'm submitting a ...
Do you want to request a feature or report a bug?
Bug report
install-utask.sh provided is not correctly updated when we download it :
Steps to reproduce :
What is the expected behavior?
Application is starting
Which version of uTask are you using?
Latest version - 1.0.1 (see wget command)
Please tell us about your environment
This commit is not correctly applied to install-task.sh provided
8ecc5dd
In docker-compose.yaml :
is missing in utask section
After adding this part, application is starting correctly
--
I am not familiar on how install-script.sh is generated for the release, but if you have few guidelines, I will be glad to open a PR
The text was updated successfully, but these errors were encountered: