Open gbasolu opened 6 years ago
Run the alembic upgrade script. Alembic upgrade head
On Fri, 10 Aug 2018, 16:38 Giovanni Basolu, notifications@github.com wrote:
Scenario
- Docker container
- Python 3.6
- Connecting to Mysql on a different Container
- The DB in the container is the copy of the one provided by Stephen as dump file.
Problem
When starting the server, it shows the following error and refuses to start:
Proposing to run: docker run -it --net hydra_net --ip 172.20.0.12 --env-file /home/giovanni/UoM/deployment/scripts/../config/d_hs_1/env.list --name docker-hs-run-1 -p 8180:8080 docker-hs /usr/local/lib/python3.6/site-packages/psycopg2/init.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: http://initd.org/psycopg/docs/install.html#binary-install-from-pypi. """)9 2018-08-10 15:30:32,019 - INFO - Connecting to database: mysql+mysqlconnector://root:Hydra2018!@172.20.0.10/basinit_1/usr/local/lib/python3.6/site-packages/sqlalchemy/sql/base.py:528: SAWarning: Column 'name' on table <sqlalchemy.sql.selectable.Select at 0x7f6524c1bbe0; Select object> being replaced by Column('name', String(length=60), table=
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hydraplatform/hydra-server/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/AIr7xJ0FvnOygIbC1iyLBkYp5YpBqsJLks5uPajtgaJpZM4V4Z66 .
Scenario
Problem
When starting the server, it shows the following error and refuses to start: