What app is this about, and its version: penpot What YunoHost version are you running: 12.1.40.1 What type of hardware are you using: OVH BareMetal cloud
Intel Xeon E3-1230v6 - 4c/8t - 3.5 GHz/3.9 GHz
32 Go 2133 MHz
2×8 To HDD SATA Soft RAID
Describe your issue
After system upgrade i tried to upgrade penpot, but it failed. The automatic restored failed to. I tried to restored an older backup, it fails to.
Logs indicates it seems to be an error with node versions mismatch.
I am currently investigating the content of tar backup.
any help please ?
with the help of AI interpreting the logs, i decompressed the tar backup, edited the apps/penpot/backup/etc/systemd/system/penpot-exporter.service where i replaced node version from 22.22.3 to 22.23.0
I then recompressed the archive, restored it with success.
In such case, you can also restore the backup with--no-remove-on-failure flag (yunohost backup restore <backup> --no-remove-on-failure)and then edit the service file to change the node version.