mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-03-16 04:17:49 +08:00
## Summary - Add documentation for the `-p project_name` flag in the migration script, covering all steps (stop, backup, restore, start) - Add a note explaining how Docker volume name prefixes relate to the Compose project name - Update `docker-compose` to `docker compose` (Compose V2 syntax) for consistency - Fix `sh` to `bash` to match the script's shebang line This is the documentation follow-up to #12187 which added `-p` project name support to `docker/migration.sh`. ## Test plan - [ ] Verify the documentation renders correctly on the docs site - [ ] Confirm all example commands are accurate against the current `migration.sh`