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

1 Commits

Author SHA1 Message Date
e880f4e9c4 fix: create hades_user in dbinit for shared MySQL compatibility
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>
2026-04-28 14:30:15 +05:30