Skip to content

Fix schema init and migration#344

Merged
coryalder merged 3 commits into
masterfrom
cory/migr
Nov 14, 2025
Merged

Fix schema init and migration#344
coryalder merged 3 commits into
masterfrom
cory/migr

Conversation

@coryalder
Copy link
Copy Markdown
Contributor

@coryalder coryalder commented Nov 14, 2025

Idk how this crept in here, but migrations weren't running, and schema wasn't being setup, because the mysql container has self-signed ssh keys. I've disabled key validation for migrations.

I've also fixed the backup task that runs on startup, my also disabling ssl, and then adding a workaround (--no-tablespaces) for this issue:

https://dba.stackexchange.com/questions/271981/access-denied-you-need-at-least-one-of-the-process-privileges-for-this-ope

This should not be a security risk because mysql and backend both run in docker containers on the same machine, and because this only happens once at startup.

@coryalder coryalder merged commit 4283d08 into master Nov 14, 2025
3 of 6 checks passed
@coryalder coryalder deleted the cory/migr branch November 14, 2025 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant