sameersbn / sameersbn/docker-gitlab
permission denied to create extension "btree_gist"
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8.1k
- Forks
- 2.1k
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 7
Description
psql_gitlab | 2020-08-24 20:48:06.415 UTC [185] ERROR: permission denied to create extension "btree_gist"
psql_gitlab | 2020-08-24 20:48:06.415 UTC [185] HINT: Must be superuser to create this extension.
psql_gitlab | 2020-08-24 20:48:06.415 UTC [185] STATEMENT: CREATE EXTENSION IF NOT EXISTS btree_gist
gitlab | rake aborted!
gitlab | StandardError: An error has occurred, this and all later migrations canceled:
Tried to update to 13.3
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
No file or test is named. Start by reproducing the 13.3 update and tracing the migration that runs CREATE EXTENSION IF NOT EXISTS btree_gist under the container's PostgreSQL permissions; done means the migration completes without the permission-denied error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, 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