zalando / zalando/postgres-operator

can't create new database user

Open
#3,022 3 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

duplicate
Dominant language
Go
Stars
5.2k
Forks
1.1k
Avg merge
2d 16h
Merged PRs (30d)
3

Description

in v1.15.1 can't create new user(licloud)
kind: postgresql
apiVersion: "acid.zalan.do/v1"

metadata:
name: "postgres"
namespace: "postgres-system"

spec:
teamId: "acid"
postgresql:
version: "17"
parameters:
max_connections: "1000"
shared_buffers: "2GB"
numberOfInstances: 2
volume:
size: "2Gi"
storageClass: "nfs"
users:
licloud:
- superuser
- createdb
resources:
requests:
cpu: '100m'
memory: 128Mi
limits:
cpu: '2'
memory: 2Gi

Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the provided PostgreSQL cluster manifest with postgres-operator v1.15.1, focusing on the licloud user definition and the attached screenshot. Confirm whether the user is created and whether its superuser and createdb privileges are applied; capture the actual error or resulting cluster state.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes, postgresql
Domain
databases, infrastructure
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.