Error when trying to upgrade castopod app 1.10.4 to current version

My YunoHost server

Link to logfile with all infos: https://paste.yunohost.org/raw/tafumupeki

Description of my issue

I tried to upgrade the castopod app with that command on the command line:

yunohost app upgrade castopod

The upgrade stopps with the error:

ERROR 1054 (42S22) at line 1: Unknown column 'label' in 'field list'

What can I do?

I have a fix that seems to be working to test:

sudo yunohost app upgrade castopod -u https://github.com/YunoHost-Apps/castopod_ynh/tree/fix_migrations

If you’re willing to test please make full backup prior to doing so.
The underlying problem was that cp_platforms table got merged with cp_podcast_platforms upstream, making most of migrations obsolete (the failing code was trying to apply the obsolete migrations).

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.