Improve documentation

This commit is contained in:
brufdev
2025-08-02 21:12:08 +01:00
parent b33135aff6
commit a02be5e9bb
+6 -2
View File
@@ -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