-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database Error - Row size too large #33
Comments
Having the same issue. |
feels that project dead. same issue |
The self-hosting support is community maintained, the person who contributed and helped maintaining it doesn't seem to have much time left atm. I don't have the docker experience and neither time to learn it right now to work on this sadly. |
Well in reality it is quite clearly visible initialization bug which is hardcoded in source. And it is really nothing to do with community support. Normally expected to use TEXT or MEDIUMTEXT instead of Varchar to avoid collation issues binded with utf8mb4. |
Feel free to open a PR for that and I'd happily merge it |
one PR will be not enough because ORM datamodel for selfhosted is broken. It will be much more profit if just clone your real working database with mysqldump and publish it. Because for selfhosted your create with broken ORM but for production you just clone working schema. |
Same here... selfhosted setup does not work. |
Here's what you need to get it working for mysql / mariadb: #15 (comment) |
Hi. |
Hi there & Thanks for this project! I'm interested in giving it a try.
I'm trying to run a local instance using the provided
docker-compose.yml
. However, I'm getting the following errors on the first run:After which, the container exits. In the DB, it appears that only the
AspNetRoles
andAspNetUsers
tables are created. Since the compose file is set to auto-restart, the container does restart after this errors & assumes the DB has been provisioned without any issue. However, attempting to log into the client fails since the other tables were not created.Let me know if I can help provide any additional logs or info. Thanks!
The text was updated successfully, but these errors were encountered: