Skip to content

Version 4.7.14

Choose a tag to compare

@andreapollastri andreapollastri released this 07 Jul 08:31

[4.7.14] — 2026-07-07

Fixed

  • Backup fails on large apps when /tmp is tmpfscipi backup run wrote gzipped DB dumps and file archives under /tmp, which on many servers is a small RAM-backed tmpfs. Staging now defaults to /var/tmp (disk). Override with tmpdir in backup.json (set via cipi backup configure) or CIPI_BACKUP_TMPDIR. Fixes #500.