Werk #19700: Enable site restore in Checkmk Docker containers
| Component | Site management | ||||||
| Title | Enable site restore in Checkmk Docker containers | ||||||
| Date | Apr 9, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
Previously, restoring a site backup in a Checkmk Docker container could result in the following error:
File "/omd/versions/2.3.0p41.cce/lib/python3.12/shutil.py", line 662, in _rmtree_safe_fd
os.rmdir(name, dir_fd=dirfd)
OSError: [Errno 16] Device or resource busy: '/omd/sites/disaster/tmp'
The restore would abort partway through, leaving the site home directory nearly empty and the site inaccessible.
Users who cannot update can work around this issue by not using a --tmpfs
mount at tmp/ and retrying the restore.