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: saas/README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,22 @@ Staging is primarily intended for testing infrastructure changes. It uses produc
89
89
90
90
-https://app.fizzy-staging.com/
91
91
92
+
## Maintenance mode
93
+
94
+
To take production offline for maintenance, run `kamal-proxy stop` on the load balancers via `knife ssh`:
95
+
96
+
```bash
97
+
knife ssh 'hostname:fizzy-lb-*'"sudo docker exec fizzy-load-balancer kamal-proxy stop fizzy --message='Sorry! Fizzy is undergoing some maintenance and will be back shortly.'"
98
+
```
99
+
100
+
Verify maintenance is enabled by visiting https://app.fizzy.do/.
0 commit comments