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
I have almost 2K recipes on my Mealie and I want to load almost 10K at the first phase. After I bulk edit 100-100 recipes categories and labels after some time I'm getting this and a lot of restarts and it stuck there in log. Why is that?
Steps to Reproduce
Load 2K recipes
Please provide relevant logs
Add-on: Mealie
Mealie is a self hosted recipe manager and meal planner built in Vue
Add-on version: v2.3.0
You are running the latest version of this add-on.
System: Home Assistant OS 14.0 (amd64 / qemux86-64)
Home Assistant Core: 2024.11.3
Home Assistant Supervisor: 2024.11.4
Please, share the above information when looking for help
or support in, e.g., GitHub, forums
Defining permissions for main user :
User UID: 1000
User GID : 1000
/etc/cont-init.d/00-global_var.sh: executing
ALLOW_SIGNUP='true'
DATA_DIR='/config'
PGID='1000'
PUID='1000'
certfile='fullchain.pem'
keyfile='privkey.pem'
ssl='false'
Timezone set from Etc/UTC to Europe/Athens
/etc/cont-init.d/01-config_yaml.sh: executing
Setting permissions for the config.yaml directory
Load environment variables from /config/config.yaml if existing
If accessing the file with filebrowser it should be mapped to /addon_configs/db21ed7f_mealie/config.yaml
Wiki here on how to use : github.com/alexbelgium/hassio-addons/wiki/Add‐ons-feature-:-add-env-variables
... no env variables found, exiting
/etc/cont-init.d/01-custom_script.sh: executing
Execute /addon_configs/db21ed7f_mealie/mealie.sh if existing
Wiki here : github.com/alexbelgium/hassio-addons/wiki/Add-ons-feature-:-customisation
/etc/cont-init.d/31-nginx.sh: executing
[18:49:30] INFO: Adapting for ingress
[18:49:31] INFO: Exporting variables
ALLOW_SIGNUP=true
DATA_DIR=/config
PGID=1000
PUID=1000
certfile=fullchain.pem
keyfile=privkey.pem
ssl=false
[18:49:32] INFO: config.yaml found in /config/config.yaml, exporting variables
Permissions adapted
[18:49:32] INFO: Starting nginx
[18:49:32] INFO: Starting app
INFO 2024-12-09T18:49:47 - Started server process [7]
INFO 2024-12-09T18:49:47 - Waiting for application startup.
INFO 2024-12-09T18:49:47 - start: database initialization
INFO 2024-12-09T18:49:47 - Database connection established.
INFO 2024-12-09T18:49:47 - Context impl SQLiteImpl.
INFO 2024-12-09T18:49:47 - Will assume non-transactional DDL.
INFO 2024-12-09T18:49:48 - Checking for migration data fixes
/etc/cont-init.d/00-banner.sh: executing
Mealie Version
2.3.0
Deployment
Other (please specify below)
Additional Deployment Details
HaOS Add-On on VM
The text was updated successfully, but these errors were encountered:
The first part of your logs is related to hosting Mealie using hassio-addons, which has nothing to do with Mealie. Not sure how to help you there, I'd recommend asking over there.
Once you get to the Mealie logs, looks like it's hanging on "Checking for migration data fixes" which is likely the same issue as this: #4610
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
First Check
What is the issue you are experiencing?
I have almost 2K recipes on my Mealie and I want to load almost 10K at the first phase. After I bulk edit 100-100 recipes categories and labels after some time I'm getting this and a lot of restarts and it stuck there in log. Why is that?
Steps to Reproduce
Load 2K recipes
Please provide relevant logs
Add-on: Mealie
Mealie is a self hosted recipe manager and meal planner built in Vue
Add-on version: v2.3.0
You are running the latest version of this add-on.
System: Home Assistant OS 14.0 (amd64 / qemux86-64)
Home Assistant Core: 2024.11.3
Home Assistant Supervisor: 2024.11.4
Please, share the above information when looking for help
or support in, e.g., GitHub, forums
Provided by: https://github.com/alexbelgium/hassio-addons
Defining permissions for main user :
User UID: 1000
User GID : 1000
/etc/cont-init.d/00-global_var.sh: executing
ALLOW_SIGNUP='true'
DATA_DIR='/config'
PGID='1000'
PUID='1000'
certfile='fullchain.pem'
keyfile='privkey.pem'
ssl='false'
Timezone set from Etc/UTC to Europe/Athens
/etc/cont-init.d/01-config_yaml.sh: executing
Setting permissions for the config.yaml directory
Load environment variables from /config/config.yaml if existing
If accessing the file with filebrowser it should be mapped to /addon_configs/db21ed7f_mealie/config.yaml
Wiki here on how to use : github.com/alexbelgium/hassio-addons/wiki/Add‐ons-feature-:-add-env-variables
... no env variables found, exiting
/etc/cont-init.d/01-custom_script.sh: executing
Execute /addon_configs/db21ed7f_mealie/mealie.sh if existing
Wiki here : github.com/alexbelgium/hassio-addons/wiki/Add-ons-feature-:-customisation
/etc/cont-init.d/31-nginx.sh: executing
[18:49:30] INFO: Adapting for ingress
[18:49:31] INFO: Exporting variables
ALLOW_SIGNUP=true
DATA_DIR=/config
PGID=1000
PUID=1000
certfile=fullchain.pem
keyfile=privkey.pem
ssl=false
[18:49:32] INFO: config.yaml found in /config/config.yaml, exporting variables
Permissions adapted
[18:49:32] INFO: Starting nginx
[18:49:32] INFO: Starting app
INFO 2024-12-09T18:49:47 - Started server process [7]
INFO 2024-12-09T18:49:47 - Waiting for application startup.
INFO 2024-12-09T18:49:47 - start: database initialization
INFO 2024-12-09T18:49:47 - Database connection established.
INFO 2024-12-09T18:49:47 - Context impl SQLiteImpl.
INFO 2024-12-09T18:49:47 - Will assume non-transactional DDL.
INFO 2024-12-09T18:49:48 - Checking for migration data fixes
/etc/cont-init.d/00-banner.sh: executing
Mealie Version
2.3.0
Deployment
Other (please specify below)
Additional Deployment Details
HaOS Add-On on VM
The text was updated successfully, but these errors were encountered: