Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

[bookstack] MariaDB fails to cold start (allegedly due its lack of rootPassword default) #1733

Open
alexbarcelo opened this issue Aug 4, 2022 · 1 comment
Labels

Comments

@alexbarcelo
Copy link

Helm chart name

bookstack

Helm chart version

5.0.0

Container name

docker.io/bitnami/mariadb

Container tag

10.6.8-debian-11-r9

Description

I used mostly default values, with the honorable mention of persistent storage for MariaDB.

Expected result

A cold start / dirty restart of the cluster should not break the bookstack web app.

Helm values to reproduce

mariadb:
  enabled: true
  primary:
    persistence:
      enabled: true

Additional Information

The pod for MariaDB seems to start properly, but it quickly fails with the error Access denied for user 'root'@'localhost'

Repo link

No response

@alexbarcelo alexbarcelo added the bug label Aug 4, 2022
@alexbarcelo
Copy link
Author

I am also using the photoprism stack (from this same repository) and that repo does have a rootPassword default entry on the mariadb.auth section, and that web application seems to start properly on a cold start of the kubernetes cluster. That's why my suspicion go towards the rootPassword parameter. I feel like consistency between them both would be appreciated, but I am a newbie and I may be completely off-railed on what's happening.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant