Upgrading from 0.4.0 to 0.5.0 results in rust panic #822
Метки
Нет меток
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
Нет этапа
Нет проекта
Нет назначенных
3 участников
Уведомления
Срок выполнения
Срок выполнения не установлен.
Зависимости
Зависимостей нет.
Ссылка: Plume/Plume#822
Загрузка…
Создание таблицы
Сослаться в новой задаче
Описание отсутствует.
Удалить ветвь «%!s()»
Удаление ветви необратимо. Несмотря на то, что удаленная ветвь может просуществовать некоторое время перед тем, как она будет окончательно удалена, это действие НЕВОЗМОЖНО отменить в большинстве случаев. Продолжить?
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.