What type of hardware are you using: VPS bought online What YunoHost version are you running: 11.3.0.2 How are you able to access your server: The webadmin
SSH Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: I mounted a separate volume to /var/www
Describe your issue
As described above in the “special context / tweaking” section, I keep /var/www on a separate volume since I don’t want any app to just fill up / and block access to the whole host.
This method has served me well over the last few years but it seems like the latest update will fail since it cannot traverse the lost+found directory at the root of the /var/www mountpoint:
2024-11-17 15:38:16,834: ERROR - Migration 0027_migrate_to_bookworm did not complete, aborting. Error: [Errno 13] Permission denied: '/var/www/lost+found'
I feel like the migration could exclude this directory or at least only print a warning:
It might be an edge case, so I am not sure if it is even worth creating an issue for. As for myself I might just temporarily delete it since I haven’d had any lost blocks in the past.