REDIS shut down randomly

So far all i did was deploy the docker compose located here
https://gitlab.com/baserow/baserow/-/raw/master/docker-compose.no-caddy.yml

After i deployed i created an account and did nothing else, no data, no tables, nothing.

After about 12 hours redis shut down with a sigterm.

Logs do not produce anything as for clues.

Running inside a VM on proxmox using Ubuntu 22.04.3 LTS.

Hello @raymatos

I’m sorry you’re experiencing this problem, but with this information, it is difficult for us to reproduce your bug or determine whether it’s related to Baserow.

Is it possible that the machine runs out of available memory, causing the operating system to decide which process to kill?

I think it might be due to running docker as non root. I’ll setup another dev env and check it.