Updated Update recommendations and troubleshooting (markdown)

Ralf Becker 2020-08-12 16:05:30 +02:00
parent 10636d8f8e
commit a770f366b5

@ -65,14 +65,15 @@ What to do if you can not access EGroupware after the update:
```
root@debian:~# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9f9ad54d14b5 nginx:stable-alpine "nginx -g 'daemon of…" 8 days ago Up 3 minutes 127.0.0.1:8080->80/tcp egroupware-nginx
d439a0f65fc8 download.egroupware.org/egroupware/epl:latest "/entrypoint.sh php-…" 8 days ago Up 3 minutes 9000/tcp egroupware
5218213c1d48 containrrr/watchtower "/watchtower --sched…" 8 days ago Up 3 minutes egroupware-watchtower
b705d3fb27f4 rocketchat/rocket.chat:latest "bash -c 'for i in `…" 3 weeks ago Up 3 minutes 127.0.0.1:3000->3000/tcp rocketchat
f512abc0d03d mongo:4.0 "docker-entrypoint.s…" 3 weeks ago Up 3 minutes 27017/tcp rocketchat-mongo
b8e3dbdf4541 quay.io/egroupware/collabora-key:stable "/bin/sh -c 'bash st…" 3 weeks ago Up 3 minutes 127.0.0.1:9980->9980/tcp collabora-key
a6cb25ad6b2d nginx:stable-alpine "/docker-entrypoint.…" 29 minutes ago Up 29 minutes 127.0.0.1:8080->80/tcp egroupware-nginx
290fd2abed44 phpswoole/swoole:latest "/entrypoint.sh" 29 minutes ago Up 29 minutes egroupware-push
d8febd271620 download.egroupware.org/egroupware/epl:20.1 "/entrypoint.sh php-…" 29 minutes ago Up 29 minutes 9000/tcp egroupware
1a6a24e51144 containrrr/watchtower "/watchtower --sched…" 5 weeks ago Up 2 hours 8080/tcp egroupware-watchtower
bbc8657ad981 rocketchat/rocket.chat:latest "docker-entrypoint.s…" 2 hours ago Up About a minute 127.0.0.1:3000->3000/tcp rocketchat
1bc8a8f0eae8 mongo:4.0 "docker-entrypoint.s…" 2 hours ago Restarting (100) 38 seconds ago rocketchat-mongo
0a1d2b2257c8 quay.io/egroupware/collabora-key:latest "/bin/sh -c 'bash st…" 2 hours ago Up 2 hours 127.0.0.1:9980->9980/tcp collabora-key
```
(If you only installed EGroupware and not Collabora and Rocket.Chat, you should have only the first 3 containers with names starting with ```egroupware```.
(If you only installed EGroupware and not Collabora and Rocket.Chat, you should have only the first 4 containers with names starting with ```egroupware```.
2. Look at the logs:
```
@ -134,6 +135,7 @@ Transfer-Encoding: chunked
If you can see the correct output of 3., but not the above one, something is wrong with your proxy configuration on the host.
# EGroupware container can not access MariaDB/MySQL
> This should not happen any more with 20.1, unless you updated from 19.1, as 20.1 runs MariaDB 10.4 in a container for new installations.
```
egroupware | /usr/bin/php7.3 -d memory_limit=-1 /usr/share/egroupware/setup/setup-cli.php --update 'all,admin,HU4M0zQixh5:fda!'
egroupware | EGroupware API version 19.1 found.
@ -164,7 +166,6 @@ systemctl start mariadb # or mysqld
systemctl enable mariadb # only necessary for RHEL/CentOS not doing so by installing the DB
systemctl status mariadb
docker-compose up -d
```
# Docker on Btrfs