Skip to content

Commit

Permalink
Merge pull request #6026 from nextcloud/enh/noid/add-note-about-manua…
Browse files Browse the repository at this point in the history
…l-upgrade

manual-upgrade: add note that method 1 seems to be currently broken
  • Loading branch information
szaimen authored Feb 11, 2025
2 parents 4b219fa + 6170e69 commit 0d29399
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions manual-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ The only way to fix this on your side is upgrading regularly (e.g. by enabling d

---

## Method 1
## Method 1 using `assaflavie/runlike`

> [!Warning]
> Please note that this method is apparently currently broken. See https://help.nextcloud.com/t/manual-upgrade-keeps-failing/217164/10
> So please refer to method 2 using Portainer.
1. Start all containers from the AIO interface
- Now, it will report that Nextcloud is restarting because it is not able to start due to the above mentioned problem
Expand Down Expand Up @@ -54,14 +58,11 @@ The only way to fix this on your side is upgrading regularly (e.g. by enabling d

---

## Method 2
## Method 2 using Portainer
#### *Approach using portainer if method 1 does not work for you*

Prerequisite: have all containers from AIO interface running.

<details>
<summary>Click to expand</summary>

##### 1. Install portainer if not installed:
```bash
docker volume create portainer_data
Expand Down Expand Up @@ -119,5 +120,3 @@ docker rm portainer
docker volume rm portainer_data
```
- Make sure you close port 9443 on your firewall and delete any necessary reverse proxy hosts.

</details>

0 comments on commit 0d29399

Please sign in to comment.