From 0602d0bf007aae0d9114fa6730e9ece80ca56222 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Sat, 20 Jan 2024 10:20:11 -0600 Subject: [PATCH] note on network attached drives (#3013) --- .../docs/documentation/getting-started/installation/sqlite.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/documentation/getting-started/installation/sqlite.md b/docs/docs/documentation/getting-started/installation/sqlite.md index 2487cb2ae53..9404c8a197d 100644 --- a/docs/docs/documentation/getting-started/installation/sqlite.md +++ b/docs/docs/documentation/getting-started/installation/sqlite.md @@ -1,5 +1,9 @@ # Installing with SQLite +!!! Warning + If you're plannin on deploying and using Network Attached Storage with Mealie, you should use [Postgres](./postgres.md) instead of SQLite. SQLite is not designed to be used with Network Attached Storage and can cause data corruption, or locked database errors + + SQLite is a popular, open source, self-contained, zero-configuration database that is the ideal choice for Mealie when you have 1-20 Users. Below is a ready to use docker-compose.yaml file for deploying Mealie on your server. **For Environment Variable Configuration, see** [Backend Configuration](./backend-config.md)