Hi,
a little follow-up to this case...
since redis didn't work correctly, too, I looked around for a solution
for that, too.
It seems that the alpine image 3.13 for arm7 is broken at the moment...
see the answer here:
https://stackoverflow.com/questions/66091978/corrupt-date-with-redis6-alp
(again to the list...)
Am 01.02.21 um 21:40 schrieb Tom Lane:
Helmut Bender writes:
I'm running a nextcloud server in a docker container on an RasPi 4 (only
SSD, no SD), which uses PostgreSQL 10 as server.
10.what? We're already up to 15 patch releases for that branch.
As I use the docker
Helmut Bender writes:
> I'm running a nextcloud server in a docker container on an RasPi 4 (only
> SSD, no SD), which uses PostgreSQL 10 as server.
10.what? We're already up to 15 patch releases for that branch.
> Today I had to restart the RasPi. Now the container fails to start with
> a seg
Hi,
I'm running a nextcloud server in a docker container on an RasPi 4 (only
SSD, no SD), which uses PostgreSQL 10 as server.
The containers are started via docker compose. The PostgreSQL service
looks like
services:
db:
image: postgres:10-alpine
restar