Backups
Please make backups of your data to prevent data loss. The options for backups include copying server app data as well as exporting recipes on the Account page.
For Version 0.5 and later, all user data is stored in app/appdata.
Tamari/app/appdata/app.db
Tamari/app/appdata/migrations
Tamari/app/appdata/recipe-photos
With Version 0.4, migrations directory is located at "Tamari/migrations" and recipe-photos is located at "Tamari/app/recipe-photos". app.db is found in either the Tamari or app directory.
For Docker, if using tamariappdata (previously tamaristorage) volume, files may be mounted at the following locations.
/var/lib/docker/volumes/tamariappdata/_data/app.db
/var/lib/docker/volumes/tamariappdata/_data/migrations
/var/lib/docker/volumes/tamariappdata/_data/recipe-photos