Hi,
I have deployed Rasa X 0.19.0 CE on ubuntu 18.04 machine using this quick installation. whenever i start its services using docker-compose up -d
i am getting following error.
rasa-production_1 | 2019-06-18 13:24:36 WARNING rasa.core.tracker_store - (psycopg2.OperationalError) could not translate host name "db" to address: Name or service not known
rasa-production_1 |
rasa-production_1 | (Background on this error at: http://sqlalche.me/e/e3q8)
rasa-x_1 | (psycopg2.OperationalError) could not translate host name "db" to address: Name or service not known
rasa-x_1 |
rasa-x_1 | (Background on this error at: http://sqlalche.me/e/e3q8)
rasa-worker_1 | 2019-06-18 13:24:36 WARNING rasa.core.tracker_store - (psycopg2.OperationalError) could not translate host name "db" to address: Name or service not known
rasa-worker_1 |
rasa-worker_1 | (Background on this error at: http://sqlalche.me/e/e3q8)
rasa-production_1 | 2019-06-18 13:24:41 WARNING rasa.core.tracker_store - (psycopg2.OperationalError) could not translate host name "db" to address: Name or service not known
rasa-production_1 |
rasa-production_1 | (Background on this error at: http://sqlalche.me/e/e3q8)
rasa-x_1 | (psycopg2.OperationalError) could not translate host name "db" to address: Name or service not known
rasa-x_1 |
rasa-x_1 | (Background on this error at: http://sqlalche.me/e/e3q8)
rasa-worker_1 | 2019-06-18 13:24:41 WARNING rasa.core.tracker_store - (psycopg2.OperationalError) could not translate host name "db" to address: Name or service not known
rasa-worker_1 |
rasa-worker_1 | (Background on this error at: http://sqlalche.me/e/e3q8)
rasa-worker_1 | 2019-06-18 13:24:46 WARNING rasa.core.tracker_store - (psycopg2.OperationalError) could not translate host name "db" to address: Name or service not known
rasa-x_1 | (psycopg2.OperationalError) could not translate host name "db" to address: Name or service not known
rasa-x_1 |
rasa-x_1 | (Background on this error at: http://sqlalche.me/e/e3q8)
rasa-production_1 | 2019-06-18 13:24:46 WARNING rasa.core.tracker_store - (psycopg2.OperationalError) could not translate host name "db" to address: Name or service not known
rasa-production_1 |
rasa-production_1 | (Background on this error at: http://sqlalche.me/e/e3q8)
rasa-worker_1 |
rasa-worker_1 | (Background on this error at: http://sqlalche.me/e/e3q8)
Seems like postgress error to me. How to solve this problem.