Upgrading from 0.4.0 to 0.5.0 results in rust panic #822
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#822
Loading…
Add table
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?
Bash error:
How to fix
Until there is a "fix", this is how I was able to get by:
From docs:
We need to add in:
Consequently
Even though I checked out 0.5.0, the instance still shows version 0.4.0.
that last bit is a known issue #789
I ran into this same problem. It actually started with the migration being unable to be ran.
I resolved that by running the migration with
diesel
.After that
plm migration run
would run indicating that all migrations had been applied. That's when this reported issue became a problem.Removing the
search_index
and then runningplm search init
fixed the problem.I just wanted to post so others could see. Closing.