-
I am running into a similar issue, there is 2/3 of the content of a table I can not access (record lines are displayed in white with no content and I can't click on them). I can not figure out what the issue is and it makes some view of the table crash (but not others).
In Cloudron, Baserow has an error saying: FileSystem Error: failed to register layer: write /app/code/web-frontend/node_modules/node-sass/build/Release/obj.target/binding.node: no space left on device
It's failing to update to 1.29.2 (currently at 1.29.0).
Weirdly, I have 4Go of space left on my server and the update is about 1Go.Is there another device I should look at?
-
I've retried the update,
df
says:Filesystem 1K-blocks Used Available Use% Mounted on
overlay 30297152 27992580 2288188 93% /
tmpfs 65536 0 65536 0% /dev
shm 65536 16 65520 1% /dev/shm
/dev/root 30297152 27992580 2288188 93% /tmp
tmpfs 1974552 0 1974552 0% /proc/acpi
tmpfs 1974552 0 1974552 0% /proc/scsi
tmpfs 1974552 0 1974552 0% /sys/firmware -
Yes exactly. Now, the app can also not create new backups. It seems to be keeping backups from Nov 15th onwards (when the backup policy is set to keep them 2 days only). I don't see how to delete specific backups to make more room nor why Cloudron doesn't manage to clear them.
Any chance we could hop on a call to figure this out? -
Cloudron will keep backups of the last update, regardless of the retention policy. Maybe this is what you see from the 15th. Generally if you try to make some room for backups, I assume you are having your backups on the local disk, which is strongly discouraged as if the server or the disk run into trouble you might lose those. Overall both issues might be connected if the system is running low on disk space, also /tmp will have trouble if (and we are not experts on baserow internals) the app needs to create large tmp files for big tables.
-
Good call on the backups saving location, I've set it up somewhere else yesterday.
Cloudron managed to create new backups last night and delete the old ones.
However, it's still failing to update to the next Baserow version. It seems that it creates a backup every time it tries, filling out the disk space and then it fails because there is not enough disk space.
Any idea of what I could do to fix this?