[BUG]: MySQLdb.OperationalError #88

Closed
opened 2025-07-08 08:39:53 -04:00 by AtHeartEngineer · 0 comments

Originally created by @rubenixnagios on 5/6/2025

Checklist

  • [X ] I have searched existing issues to make sure this bug hasn't already been reported.
  • [X ] I have checked the documentation at https://docs.endurain.com and didn't find a solution.

Description

On container update to v0.10.4 from v0.10.3 get an error and aplication never starts

Steps to Reproduce

  1. Version v0.10.4 (docker)
  2. Go to '...'
  3. Click on '...'
  4. See error

Expected Behavior

What did you expect to happen?

get app updated to latest

procedure I follow:

docker compose pull
docker compose down
docker compose up -d

Screenshots, logs or files

sqlalchemy.exc.OperationalError: (MySQLdb.OperationalError) (1091, "Can't DROP INDEX `activities_garminconnect_activity_id_key`; check that it exists")

[SQL: ALTER TABLE activities DROP INDEX activities_garminconnect_activity_id_key]

Additional Context

aplication never starts (keeps restarting always with same error)
I removed strava env variables as per documentation

*Originally created by @rubenixnagios on 5/6/2025* ## Checklist - [X ] I have searched **existing issues** to make sure this bug hasn't already been reported. - [X ] I have checked the **documentation** at [https://docs.endurain.com](https://docs.endurain.com) and didn't find a solution. ## Description On container update to v0.10.4 from v0.10.3 get an error and aplication never starts ## Steps to Reproduce 1. Version v0.10.4 (docker) 2. Go to '...' 3. Click on '...' 4. See error ## Expected Behavior What did you expect to happen? get app updated to latest procedure I follow: docker compose pull docker compose down docker compose up -d ## Screenshots, logs or files ``` sqlalchemy.exc.OperationalError: (MySQLdb.OperationalError) (1091, "Can't DROP INDEX `activities_garminconnect_activity_id_key`; check that it exists") [SQL: ALTER TABLE activities DROP INDEX activities_garminconnect_activity_id_key] ``` ## Additional Context aplication never starts (keeps restarting always with same error) I removed strava env variables as per documentation
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/endurain#88