sameersbn / sameersbn/docker-gitlab
ERROR: relation "application_settings" does not exist at character 38
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8.1k
- Forks
- 2.1k
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 7
Description
I used the latest docker-compose file.
It shows this error:
postgresql_1 | 2021-01-05 12:02:36.850 UTC [243] STATEMENT: SELECT "application_settings".* FROM "application_settings" ORDER BY "application_settings"."id" DESC LIMIT $1
postgresql_1 | 2021-01-05 12:02:36.857 UTC [243] ERROR: relation "application_settings" does not exist at character 38
How to fixed it ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the latest docker-compose configuration and the PostgreSQL log shown in the issue. Investigate why the application_settings relation is absent and verify the deployment's database setup or migration path; done means the service starts without this relation error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose, postgresql
- Domain
- databases, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100