Releases: julianpoy/RecipeSage-selfhost
Selfhost Config v4.2.0 (For RecipeSage v2.15.x)
Updates RecipeSage to v2.15.3
See this section of the README, which is new related to features added in RecipeSage v2.15.x
All previous upgrade notes apply if you're coming from an earlier version. (Please note the important v4.0.0 selfhost config release changes).
Selfhost Config v4.1.0 (For RecipeSage v2.14.x)
Updates RecipeSage to v2.14.x
See this section of the README, which is new related to features added in RecipeSage v2.14.x
All previous upgrade notes apply if you're coming from an earlier version.
Selfhost Config v4.0.0 (For RecipeSage v2.13.3)
Upgrading - IMPORTANT
Migrations are now automated, and use a different migration tool.
If you have an older version of this repository, you must upgrade to this version of the repository and do the following before upgrading to newer versions so that migrations all line up:
- Update your local copy of the repository to v4.0.0. If you've made any changes to your docker-compose.yaml file, please note that much has changed in the official docker-compose.yaml file and you must update accordingly.
- Run
docker compose exec api tsx packages/backend/src/migrate
- If the command prior ran successfully, run
docker compose exec api npx prisma migrate resolve --applied 0_init
- Restart the API container with
docker compose restart api
If you do not perform the steps above, you will see database errors related to missing columns and the app will not function.
What's Changed
- Improve podman support by @MathieuMoalic in #60
- Improved Synology support with dedicated instructions (please file an issue if they're incorrect)
- Breaking changes related to migration management, as the official RecipeSage repo has moved to a new ORM. See upgrade notes if you're upgrading from an older version.
New Contributors
- @MathieuMoalic made their first contribution in #60
Full Changelog: v3.1.0...v4.0.0
Selfhost Config v3.1.0 (For RecipeSage v2.11.5)
What's Changed
- Update for compose V2 by @Evs91 in #56
- Now uses more fixed-version tags for clarity and ease of upgradability
- ARM support in full. All containers now support running on ARM platforms.
New Contributors
Full Changelog: v3.0.0...v3.1.0
v3.0.0
Full Changelog: v2.0.2...v3.0.0
v2.0.2
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Bump recipesage to v2.11.0-beta10.
See this issue for some details if you'd like to remove Minio completely:
v2.0.0
Revamp selfhosting configs. Use local filesystem rather than minio.
Important upgrade notes: (none of this applies to new users, only those with existing data)
The new docker-compose.yml no longer uses minio, and instead writes directly to the local filesystem. You'll need to keep your minio instance from the old Dockerfile along with it's volume definition.