Add production use warnings to weed mini documentation

Chris Lu
2025-12-20 21:45:34 -08:00
parent b093c73bfc
commit 7097d676c2
2 changed files with 4 additions and 0 deletions
+2
@@ -2,6 +2,8 @@
## Quick Start with `weed mini` (Recommended for Beginners)
> **⚠️ Warning**: The `weed mini` command is for learning and development only. It may not guarantee backward compatibility and **should not be used in production**. For production use, see [Multi-Component Setup](#multi-component-setup-for-production-and-advanced-users) below.
The easiest way to get started with SeaweedFS is using the `weed mini` command, which starts all components in one process with sensible defaults:
```bash
+2
@@ -1,5 +1,7 @@
# Quick Start with `weed mini`
> **⚠️ Warning**: The `weed mini` command is designed for learning, development, and testing only. It may not guarantee backward compatibility between versions and **should not be used in production environments**. For production deployments, use the [Multi-Component Setup](Getting-Started.md#multi-component-setup-for-production-and-advanced-users).
## Overview
`weed mini` is an all-in-one SeaweedFS command designed specifically for S3 beginners, small deployments, and development environments. It starts all essential SeaweedFS components in a single process with optimized defaults.