From 30d70a5ded179aead3fc0db1c54cea2968a48a20 Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Tue, 2 Nov 2021 17:00:40 +0100
Subject: [PATCH] add pod deletion advice

---
 docs/upgrading.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/upgrading.rst b/docs/upgrading.rst
index ceff4ce2e..e53f51b4f 100644
--- a/docs/upgrading.rst
+++ b/docs/upgrading.rst
@@ -22,6 +22,14 @@ flux suspend helmrelease nextcloud -n oas-apps
 flux resume helmrelease nextcloud -n oas-apps
 ```
 
+If aftewards your ``nc-nextcloud-xxxxxxxxxx-xxxxx`` pod is stuck in the
+``Initializing`` phase, you can delete it to make sure its replacement connects
+to the new databases:
+
+```
+kubectl delete pod -n oas-apps nc-nextcloud-xxxxxxxxxx-xxxxx
+```
+
 Upgrading to 0.7.0
 ------------------
 
-- 
GitLab