mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-26 01:26:00 +03:00
[GH-ISSUE #1493] Migration Errors Attempting Dev Branch v0.8.2 #2389
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#2389
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dohlin on GitHub (Aug 22, 2024).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1493
Recently installed a fresh v0.7.2 docker compose instance of Archivebox, only transferring over my /data folder from my previous VM (was having some strange issues with my previous install and decided to just try and start fresh). Got things up and running and then just for kicks I decided I would try out v0.8.2, so I did the following:
It then gets through a fair number of 'ArchiveResult' migrations that I don't fully understand, but eventually the archivebox container crashes and dies with the following error:
Any thoughts on what might be going on here? Thanks!!
@pirate commented on GitHub (Aug 22, 2024):
It's complaining that you have a Tag with an empty name=``. I recommend deleting that Tag in the Admin UI as it will only cause problems, but in the meantime I also just pushed a code fix for this edge case
1d31b88fand updated v0.8.2-rc.Thanks for helping test the beta release!
You can pull the latest
:devbuild and re-run to get the fix. It should pick up the migrations were it left off without issue:Comment back if you encounter any other issues and I'll reopen the ticket.