This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new abf98b5f3a8 Docs: clarify restarting Airflow components after
installing provider in Breeze (#62666)
abf98b5f3a8 is described below
commit abf98b5f3a8c7138de9b4e2c414af40b98cd51e1
Author: yuseok89 <[email protected]>
AuthorDate: Sun Mar 1 22:14:25 2026 +0900
Docs: clarify restarting Airflow components after installing provider in
Breeze (#62666)
---
dev/README_RELEASE_PROVIDERS.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev/README_RELEASE_PROVIDERS.md b/dev/README_RELEASE_PROVIDERS.md
index 3b2755516b2..50f3f2898e5 100644
--- a/dev/README_RELEASE_PROVIDERS.md
+++ b/dev/README_RELEASE_PROVIDERS.md
@@ -1038,8 +1038,10 @@ After you are in Breeze:
pip install apache-airflow-providers-<provider>==<VERSION>rc<X>
```
-NOTE! You should `Ctrl-C` and restart the connections to restart airflow
components and make sure new
-Provider distributions is used.
+NOTE! After installing the provider package, restart the Airflow components so
the new provider is loaded.
+If you started Breeze with `breeze start-airflow`, in the terminal multiplexer
(mprocs or tmux)
+use the keyboard shortcuts to **stop** and then **start** each managed
component:
+**scheduler**, **api_server**, **triggerer**, and **dag_processor**.
### Building your own docker image