craftcms-docker
craftcms-docker copied to clipboard
HTTP Error 503
I followed precisely tutorial on readme.md how to install and run this docker image, but when I access the admin url it displayed a http error 503. And on the docker-compose log appear an error like
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.506 UTC [28] ERROR: relation "resourcepaths" does not exist at character 13
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.506 UTC [28] STATEMENT: INSERT INTO "resourcepaths" ("path", "hash") VALUES ($1, $2)
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.509 UTC [28] ERROR: relation "resourcepaths" does not exist at character 13
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.509 UTC [28] STATEMENT: INSERT INTO "resourcepaths" ("path", "hash") VALUES ($1, $2)
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.511 UTC [28] ERROR: relation "resourcepaths" does not exist at character 13
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.511 UTC [28] STATEMENT: INSERT INTO "resourcepaths" ("path", "hash") VALUES ($1, $2)
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.512 UTC [28] ERROR: relation "resourcepaths" does not exist at character 13
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.512 UTC [28] STATEMENT: INSERT INTO "resourcepaths" ("path", "hash") VALUES ($1, $2)
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.513 UTC [28] ERROR: relation "resourcepaths" does not exist at character 13
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.513 UTC [28] STATEMENT: INSERT INTO "resourcepaths" ("path", "hash") VALUES ($1, $2)
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.514 UTC [28] ERROR: relation "resourcepaths" does not exist at character 13
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.514 UTC [28] STATEMENT: INSERT INTO "resourcepaths" ("path", "hash") VALUES ($1, $2)
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.515 UTC [28] ERROR: relation "resourcepaths" does not exist at character 13
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.515 UTC [28] STATEMENT: INSERT INTO "resourcepaths" ("path", "hash") VALUES ($1, $2)
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.516 UTC [28] ERROR: relation "resourcepaths" does not exist at character 13
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.516 UTC [28] STATEMENT: INSERT INTO "resourcepaths" ("path", "hash") VALUES ($1, $2)
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.517 UTC [28] ERROR: relation "resourcepaths" does not exist at character 13
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.517 UTC [28] STATEMENT: INSERT INTO "resourcepaths" ("path", "hash") VALUES ($1, $2)
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.519 UTC [28] ERROR: relation "resourcepaths" does not exist at character 13
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.519 UTC [28] STATEMENT: INSERT INTO "resourcepaths" ("path", "hash") VALUES ($1, $2)
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.520 UTC [28] ERROR: relation "resourcepaths" does not exist at character 13
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.520 UTC [28] STATEMENT: INSERT INTO "resourcepaths" ("path", "hash") VALUES ($1, $2)
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.521 UTC [28] ERROR: relation "resourcepaths" does not exist at character 13
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.521 UTC [28] STATEMENT: INSERT INTO "resourcepaths" ("path", "hash") VALUES ($1, $2)
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.522 UTC [28] ERROR: relation "resourcepaths" does not exist at character 13
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.522 UTC [28] STATEMENT: INSERT INTO "resourcepaths" ("path", "hash") VALUES ($1, $2)
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.524 UTC [28] ERROR: relation "resourcepaths" does not exist at character 13
postgres_1_89e4f8d85ee7 | 2018-12-14 13:12:50.524 UTC [28] STATEMENT: INSERT INTO "resourcepaths" ("path", "hash") VALUES ($1, $2)
Facing a similar issue.
And here