Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-06 | Allow using different folder than /tmp for tar operations | Philippe Mazet | 1 | -0/+4 | |
When backup size grows to several GB, tar operation can fail with "no space left on device" error. This is because of the limited size of /tmp on certain machines This changes allows using a different folder. This can be done by simply adding such line in Dockerfile: ENV TMPDIR /wherever/tmp | |||||
2019-09-27 | lava-master: automaticaly agree on DB migration | Corentin LABBE | 1 | -1/+1 | |
2019-08-26 | Upgrade to 2019.07 | Corentin LABBE | 1 | -0/+200 | |
This patch upgrade LAVA to 2019.07 via their official docker images. Along with the change of the baseimage from our lava-xx-base to official 2019.07, some minor changes are needed: - Activate the en_US.UTF-8 locale needed for postgresql - chown to lavaserver all copied device-types - Fix the start scripts for using the official entrypoints |