mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #6026 from nextcloud/enh/noid/add-note-about-manual-upgrade
manual-upgrade: add note that method 1 seems to be currently broken
This commit is contained in:
commit
0d29399e46
1 changed files with 6 additions and 7 deletions
|
|
@ -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
|
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
|
- Now, it will report that Nextcloud is restarting because it is not able to start due to the above mentioned problem
|
||||||
|
|
@ -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*
|
#### *Approach using portainer if method 1 does not work for you*
|
||||||
|
|
||||||
Prerequisite: have all containers from AIO interface running.
|
Prerequisite: have all containers from AIO interface running.
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>Click to expand</summary>
|
|
||||||
|
|
||||||
##### 1. Install portainer if not installed:
|
##### 1. Install portainer if not installed:
|
||||||
```bash
|
```bash
|
||||||
docker volume create portainer_data
|
docker volume create portainer_data
|
||||||
|
|
@ -119,5 +120,3 @@ docker rm portainer
|
||||||
docker volume rm portainer_data
|
docker volume rm portainer_data
|
||||||
```
|
```
|
||||||
- Make sure you close port 9443 on your firewall and delete any necessary reverse proxy hosts.
|
- Make sure you close port 9443 on your firewall and delete any necessary reverse proxy hosts.
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue