mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
App is obsolete
Please backup all your data, and migrate to the new addons with separate Frontend and API.
Migrating from <1.0 (aarch64) :
- Backup all your data from this addon
- Install the Mealie API addon
- Configure your base url if needed, and launch it
- Install the Mealie Frontend addon
- Configure the API endpoint (make sure to use the addon port of the API addon)
- Login with the default passwords (Username: changeme@email.com, Password: MyPassword)
- Import the database
- Uninstall the previous addon
Migrating from >1.0 (amd64) (thanks @jdeath) :
While you cannot update from >1.0 to the new version, you can move your database.
- Start new API and front end addon.
- Stop new API and front end addon
- Start the old mealie addon, log in to the docker container, and cp -r /data/* /config/addons_config/mealie_data/
- Start new API and front end addon, and everything should be working