From 67bb5a4ea370b80892b385172a67bd2a7d83621d Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 27 Feb 2025 08:50:19 -0600 Subject: [PATCH] stop frigate first --- docs/docs/frigate/updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/frigate/updating.md b/docs/docs/frigate/updating.md index c45fe31a13..facda97d1a 100644 --- a/docs/docs/frigate/updating.md +++ b/docs/docs/frigate/updating.md @@ -11,9 +11,9 @@ Keeping Frigate up to date ensures you benefit from the latest features, perform ## Before You Begin +- **Stop Frigate**: For most methods, you’ll need to stop the running Frigate instance before backing up and updating. - **Backup Your Configuration**: Always back up your `/config` directory (e.g., `config.yml` and `frigate.db`, the SQLite database) before updating. This ensures you can roll back if something goes wrong. - **Check Release Notes**: Carefully review the [Frigate GitHub releases page](https://github.com/blakeblackshear/frigate/releases) for breaking changes or configuration updates that might affect your setup. -- **Stop Frigate**: For most methods, you’ll need to stop the running Frigate instance before updating. ## Updating with Docker