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
{{ message }}
This repository was archived by the owner on Feb 4, 2022. It is now read-only.
I'm trying to install full mode using pip install -r requirements-cli-only.txt and it works fine, but when I try python3 okuna-cli.py up-full it stuck at 'Waiting for server to come up', and also try docker-compose -f docker-compose-full.yml up and I got some log from db [Warning] Aborted connection 10 to db: ‘unconnected’ user: ‘unauthenticated’ host: ‘172.16.16.1’ (This connection closed normally without authentication).
I'm trying to install full mode using
pip install -r requirements-cli-only.txtand it works fine, but when I trypython3 okuna-cli.py up-fullit stuck at 'Waiting for server to come up', and also trydocker-compose -f docker-compose-full.yml upand I got some log from db [Warning] Aborted connection 10 to db: ‘unconnected’ user: ‘unauthenticated’ host: ‘172.16.16.1’ (This connection closed normally without authentication).Is there anything else to config ?