umami
umami copied to clipboard
Can’t upgrade via docker-compose (killed), maybe RAM insufficient?
Hi, I don’t understand why I can’t upgrade from 3.6.1 to 3.7 I’m running umami on DigitalOcean VPS (base) with 512Mb of ram, here’s is the ram usage and the output (nothing, the process went killed):
Memory usage: 84%
root@analytics:/opt/umami# docker-compose pull
Pulling db ... done
Pulling umami ... extracting (99.0%)
Killed
root@analytics:/opt/umami# docker-compose up --force-recreate
Recreating umami_db_1 ...
Killed
root@analytics:/opt/umami#
I reply to myself to write that, yes, it was the RAM not sufficient, I've upgraded the VPS to 1GB and I've updated in few seconds.
root@analytics:/opt/umami# docker-compose pull
Pulling db ... done
Pulling umami ... done
root@analytics:/opt/umami# docker-compose up -d
Removing umami_db_1
c78daff65cc1_umami_db_1 is up-to-date
Recreating umami_umami_1 ... done