Greetings folks…
So I noticed that during the migration to Electric Eel (24.10) from 23.10, 2 of my apps are failing on the time zone attribute…
Specifically the messages I get is (in the app_migrations.log):
app_migrations.migrate():241 - ‘calibre-server’ app failed to migrate successfully: ‘Failed to create app: [EINVAL] values.TZ: Invalid choice: Americas/Los_Angles\n’
app_migrations.migrate():241 - ‘flaresolverr’ app failed to migrate successfully: ‘Failed to create app: [EINVAL] values.TZ: Invalid choice: Americas/Los_Angeles\n’
Normally I would just re-create the application (but unfortunately especially for calibre, I didn’t separate out the configuration to a dedicated host path)… so I really have to migrate it…
Any ideas on how I can edit/remove the existing TZ entry so that the migration can succeed?
Thanks