From a02be5e9bbf994c8c05f06e90f30dd93f00645af Mon Sep 17 00:00:00 2001 From: brufdev Date: Sat, 2 Aug 2025 21:12:08 +0100 Subject: [PATCH] Improve documentation --- UPGRADING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/UPGRADING.md b/UPGRADING.md index 31d7eac..e3d0bd8 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -1,12 +1,16 @@ # Upgrade guide -This guide will walk you through the necessary changes to upgrade from a previous version of Many Notes. Be sure to back up your data, especially before updates. If you need further help, consult the [FAQs](docs/support/faqs.md), or if your question isn't answered there, please open an issue on GitHub. +This guide will walk you through the necessary changes to upgrade from a previous version of Many Notes. Be sure to back up your data, especially before updates. If you need further help, consult the [FAQs](.docs/support/faqs.md), or if your question isn't answered there, please open an issue on GitHub. + +## Upgrading from any version below 0.11 + +Enabling or disabling registration has been moved from the compose.yaml file to the admin settings on the frontend. If registration was previously disabled, you will need to disable it again after the update. ## Upgrading from any version below 0.9 Version 0.9 introduces an improved search feature powered by Typesense, which requires mounting a new directory to persist Typesense data when the container is down. Additionally, the `compose.yaml` file has been simplified, as the `ASSET_URL` environment variable and the `public` and `sessions` directories are no longer needed. -If you upgraded without mounting the Typesense directory, the search feature will return no results after the next container restart. Please refer to the [FAQs](docs/support/faqs.md) for instructions on how to resolve this issue. +If you upgraded without mounting the Typesense directory, the search feature will return no results after the next container restart. Please refer to the [FAQs](./docs/support/faqs.md) for instructions on how to resolve this issue. ## Upgrading from any version below 0.7