Skip to content
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

[BUG] - Checking for migration data fixes #4699

Closed
5 of 6 tasks
FancyNerd92 opened this issue Dec 9, 2024 · 2 comments
Closed
5 of 6 tasks

[BUG] - Checking for migration data fixes #4699

FancyNerd92 opened this issue Dec 9, 2024 · 2 comments
Labels
bug Something isn't working stale triage

Comments

@FancyNerd92
Copy link

First Check

  • This is not a feature request.
  • I added a very descriptive title to this issue (title field is above this).
  • I used the GitHub search to find a similar issue and didn't find it.
  • I searched the Mealie documentation, with the integrated search.
  • I already read the docs and didn't find an answer.
  • This issue can be replicated on the demo site (https://demo.mealie.io/).

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

@FancyNerd92 FancyNerd92 added bug Something isn't working triage labels Dec 9, 2024
@michael-genson
Copy link
Collaborator

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

Copy link
Contributor

github-actions bot commented Jan 9, 2025

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.

@github-actions github-actions bot added the stale label Jan 9, 2025
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale triage
Projects
None yet
Development

No branches or pull requests

2 participants