1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-04 04:55:21 +02:00
mealie/docs/docs/documentation/admin/migration-imports.md
2021-06-21 15:51:27 -07:00

794 B

Migration

Chowdown

To migrate recipes from a Chowdown

  1. Download the code repository as a .zip file
  2. Upload the .zip file in the Chowdown section in Mealie
  3. Select import on the newly available migration.

Nextcloud Recipes

Nextcloud recipes can be imported from a zip file that contains the data stored in Nextcloud. The zip file can be uploaded from the frontend or placed in the data/migrations/nextcloud directory. See the example folder structure below to ensure your recipes are able to be imported.

nextcloud_recipes.zip
  ├── recipe_1
  │   ├── recipe.json
  │   ├── full.jpg
  │   └── thumb.jpg
  ├── recipe_2
  │   ├── recipe.json
  │   └── full.jpg
  └── recipe_3
      └── recipe.json