You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After building the docker image and running docker compose, the first issue was that the database user wasn't created, and root was created without a password, even if I specified a root password for database.
I fixed that by creating manually an user in the database.
The next issue that I can't seem to figure out is that I can't enable some extensions in the Admin Panel due to errors in database.
For example if I try to enable Tags or Posts Likes, I get the following errors.
2023-02-23 01:23:01 2023-02-23 1:23:01 15 [ERROR] InnoDB: Cannot rename './flarum/flarum_users_tags.ibd' to './flarum/flarum_tag_user.ibd' because the source file does not exist. 2023-02-23 01:23:07 2023-02-23 1:23:07 16 [ERROR] InnoDB: Cannot rename './flarum/flarum_post_likes.ibd' to './flarum/#sql-backup-1-10.ibd' because the source file does not exist.
The text was updated successfully, but these errors were encountered:
After building the docker image and running docker compose, the first issue was that the database user wasn't created, and root was created without a password, even if I specified a root password for database.
I fixed that by creating manually an user in the database.
The next issue that I can't seem to figure out is that I can't enable some extensions in the Admin Panel due to errors in database.
For example if I try to enable Tags or Posts Likes, I get the following errors.
2023-02-23 01:23:01 2023-02-23 1:23:01 15 [ERROR] InnoDB: Cannot rename './flarum/flarum_users_tags.ibd' to './flarum/flarum_tag_user.ibd' because the source file does not exist. 2023-02-23 01:23:07 2023-02-23 1:23:07 16 [ERROR] InnoDB: Cannot rename './flarum/flarum_post_likes.ibd' to './flarum/#sql-backup-1-10.ibd' because the source file does not exist.
The text was updated successfully, but these errors were encountered: