fix: create hades_user in dbinit for shared MySQL #6

Merged
sagar.patil merged 1 commits from fix/create-hades-user-in-dbinit into main 2026-04-28 09:00:37 +00:00
Collaborator

dbinit runs as root → creates hades_user before migrations so the app can connect.

dbinit runs as root → creates hades_user before migrations so the app can connect.
sagar.patil added 1 commit 2026-04-28 09:00:31 +00:00
Shared MySQL (mysql-5-7) only has mysql_user. The hades app connects
as hades_user which doesn't exist. dbinit runs as root, so it can
create the user before migrations run.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
sagar.patil merged commit 6e8b755f38 into main 2026-04-28 09:00:37 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gitea_admin/hades-chart#6
No description provided.