bonukai / MediaTracker

Self hosted media tracker for movies, tv shows, video games, books and audiobooks
MIT License
536 stars 23 forks source link

Errors during media updates after upgrade to postgres 12 latest #555

Open phirestalker opened 8 months ago

phirestalker commented 8 months ago

I shut down all docker containers using postgres, dumped all dbs, shut down postgres, deleted the data volume, changed version to 12 in yaml, started postgres, and imported the dump. I received no errors on import, so I started mediatracker back up I checked docker logs and received multiple errors

info:  Updating metadata for 3,146 items
info:  Updating: Live Die Repeat and Repeat (last updated at: 5/28/2023, 8:13:20 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: All That (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: Battlestar Galactica: Blood & Chrome (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: The Tomorrow People (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: Lucifer (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: The Nevers (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: Cucumber (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: The Looney Tunes Show (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: Looney Tunes Cartoons (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: Doom Patrol (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: The Flintstones (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: Foster's Home for Imaginary Friends (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: His Dark Materials (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: The IT Crowd (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: The Good Place (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: Lovecraft Country (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: Kamp Koral: SpongeBob's Under Years (last updated at: 5/21/2023, 1:15:00 AM)
error: error: update "episode" set "releaseDate" = $1, "description" = $2, "episodeNumber" = $3, "id" = $4, "seasonId" = $5, "seasonNumber" = $6, "title" = $7, "tmdbId" = $8, "tvShowId" = $9, "isSpecialEpisode" = $10, "seasonAndEpisodeNumber" = $11 where "id" = $12 - duplicate key value violates unique constraint "episode_tmdbid_unique"
info:  Updating: Samurai Jack (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: Dragon Ball GT (last updated at: 10/18/2023, 1:25:00 AM)
error: AxiosError: Request failed with status code 404
info:  Updating: The Garfield Show (last updated at: 10/18/2023, 1:25:00 AM)

Is there some breaking change with version 12 of postgres (was on 11), or did I do the backup and import wrong?

EDIT: forgot to mention that I am using unstable image of mediatracker (although it has been rock solid)