Closed kr-cr closed 5 months ago
I have the same issue (just noticed now). I was able to retrieve the images from the backup though (in web/assets/images).
Thanks for the feedback. So did you just just put them back from the backup where they should be? I restored the pre-update backup for now because I didn't know if doing this was a good solution but if that's the case I could try.
I don't understand what could change it in https://github.com/YunoHost-Apps/wallabag2_ynh/blob/master/scripts/upgrade
Do you have the upgrade log ?
Yes, it should be this one:
20240404-191823-app_upgrade-wallabag2.log
Thanks for the feedback. So did you just just put them back from the backup where they should be?
Yes (untar the folder I wanted, in /web/assets/images IIRC)!
I don't understand what could change it in https://github.com/YunoHost-Apps/wallabag2_ynh/blob/master/scripts/upgrade
ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="app/config/parameters.yml var/logs"
should also keep web/assets/images
I guess
Was fixed by #204 . Sorry for the inconvenience.
Describe the bug
Hi, It seems the upgrade from 2.5.4-ynh2 to 2.5.4-ynh3 removes images saved locally. I tried to restore 2.5.4~ynh2 pre-update backup and apply the upgrade again but images does not show up in the wallabag interface after upgrading. (and are actually not in their folders in '/var/www/wallabag2/web/assets'
I don't know how to check what's changed in this upgrade that could cause this.
Thank you for any help.
Context
Steps to reproduce
Expected behavior
The images should not be deleted.