dreamfactorysoftware / df-docker

Docker container for DreamFactory.
59 stars 56 forks source link

Dreamfactory 3 : config error with postgress #65

Closed abhijitgujar86 closed 4 years ago

abhijitgujar86 commented 5 years ago

I am able to run mysql but when connected to postgres it shows following error

postgresql11 | 2019-08-12 07:05:43.435 GMT [88] ERROR: relation "cors_config" does not exist at character 15 postgresql11 | 2019-08-12 07:05:43.435 GMT [88] STATEMENT: select from "cors_config" where "enabled" = $1 postgresql11 | 2019-08-12 07:05:43.455 GMT [88] ERROR: relation "user" does not exist at character 29 postgresql11 | 2019-08-12 07:05:43.455 GMT [88] STATEMENT: select exists(select from "user" where "is_active" = $1 and "is_sys_admin" = $2) as "exists"