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
I'm a new with openphacts and docker technologies. I work on Centos 7.
I have an issue when I tried to start the mysqlstaging container:
[root@co-tou-sop01 ops-docker-master]# docker-compose logs mysqlstaging
Attaching to ops-mysqlstaging
ops-mysqlstaging | Preparing to stage ims
ops-mysqlstaging | Waiting for mySQL (up to 30 seconds)
ops-mysqlstaging | mySQL staging
ops-mysqlstaging | -rw-r--r--. 1 root root 963M Oct 11 13:45 /tmp/staging.sql
ops-mysqlstaging | ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'
When I installed, I had this Warning message :
WARNING: Image for service virtuosostaging was built because it did not already exist. To rebuild this image you must use docker-compose build or docker-compose up --build.
Do you think it's linked ?
Thank you in advance.
Dany
The text was updated successfully, but these errors were encountered:
Issue #3 is probably linked. Did something change in the mysql image from upstream so the paths are wrong? It should not connect through a socket, but through the virtual mysql hostname which would then be linked to the ops-mysql container.
jackqq
added a commit
to jackqq/ops-docker
that referenced
this issue
Feb 19, 2017
Hi,
I'm a new with openphacts and docker technologies. I work on Centos 7.
I have an issue when I tried to start the mysqlstaging container:
[root@co-tou-sop01 ops-docker-master]# docker-compose logs mysqlstaging
Attaching to ops-mysqlstaging
ops-mysqlstaging | Preparing to stage ims
ops-mysqlstaging | Waiting for mySQL (up to 30 seconds)
ops-mysqlstaging | mySQL staging
ops-mysqlstaging | -rw-r--r--. 1 root root 963M Oct 11 13:45 /tmp/staging.sql
ops-mysqlstaging | ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'
When I installed, I had this Warning message :
WARNING: Image for service virtuosostaging was built because it did not already exist. To rebuild this image you must use
docker-compose build
ordocker-compose up --build
.Do you think it's linked ?
Thank you in advance.
Dany
The text was updated successfully, but these errors were encountered: