You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/commands/proxy.md
+4
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ Commands:
19
19
kamal proxy restart # Restart existing proxy container on servers
20
20
kamal proxy start # Start existing proxy container on servers
21
21
kamal proxy stop # Stop existing proxy container on servers
22
+
kamal proxy pause_app # Pause existing app on servers
23
+
kamal proxy resume_app # Resume existing app on servers
22
24
```
23
25
24
26
When you want to upgrade kamal-proxy, you can call `kamal proxy reboot`. This is going to cause a small outage on each server and will prompt for confirmation.
@@ -27,6 +29,8 @@ You can use a rolling reboot with `kamal proxy reboot --rolling` to avoid restar
27
29
28
30
You can also use [pre-proxy-reboot](../../hooks/pre-proxy-reboot) and [post-proxy-reboot](../../hooks/post-proxy-reboot) hooks to remove and add the servers to upstream load balancers as you reboot them.
29
31
32
+
You can pause your app doing `kamal proxy pause_app` (eg: if you want to enter in maintenance mode), you can then resume the proxy of the app with `kamal proxy resume_app`
33
+
30
34
## Boot configuration
31
35
32
36
You can manage boot configuration for kamal-proxy with `kamal proxy boot_config`.
0 commit comments