craftcms-docker icon indicating copy to clipboard operation
craftcms-docker copied to clipboard

HTTP Error 503

Open jefrydco opened this issue 6 years ago • 2 comments

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)

jefrydco avatar Dec 14 '18 13:12 jefrydco

Facing a similar issue.

achillesrasquinha avatar Jul 08 '19 15:07 achillesrasquinha

And here

petemcfarlane avatar Nov 07 '19 12:11 petemcfarlane