Recipe Version upgrade not working (4.0.2+v2.25.4 to 5.0.0+v3.0.0) #15
Closed
opened 2025-07-24 10:49:46 +00:00 by stevensting
·
5 comments
No Branch/Tag Specified
main
renovate/loomio-loomio-3.x
renovate/pgautoupgrade-pgautoupgrade-18.x
wip-jackie-test-loomio-update
renovate/redis-8.x
fix-dbbackup
maintenance
maintain
channels
fix/new_yaml_syntax
fix-channels-container
redis_password
63ecaa148e
5.2.1+v3.0.20
5.2.0+v3.0.20
5.1.3+v3.0.0
5.1.2+v3.0.0
5.0.0+v3.0.0
4.0.2+v2.25.4
4.0.1+v2.25.4
4.0.0+v2.25.3
3.0.0+v2.25.3
2.1.0+v2.25.3
2.0.0+v2.25.3
1.0.0+v2.25.2
0.6.0+v2.25.2
0.5.0+v2.22.0
0.4.1+v2.21.2
0.4.0+v2.21.2
0.3.1+v2.19.0
0.3.0+v2.19.0
0.2.0+v2.17.3
0.1.0+v2.7.10
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
appletalk
arjan
basebuilder
BornDeleuze
Brooke
carla
cas (Cassowary)
codegod100
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
flancian
Frando
iexos
jade (Jade Ambrose)
javielico (Javielico)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
marlon (marlon)
mayel
mirsal
moosemower
moritz
nicksellen (Nick Sellen)
notplants
oxaliq (sorrel)
p4u1
pau
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
PhiNatalie
renovate-bot (Comrade Renovate Bot)
ripclap
rix
rscmbbng
sef (sef)
simon
sixsmith (Sixsmith)
stevensting
tobias
trav (Trav Fryer)
val (val (he/him))
vaznasty
virtualboys
wolcen (Chris Thompson)
wykwit
xynosis
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: coop-cloud/loomio#15
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I tried to upgrade my instance but ran into a strange behaviour: The two organizations I had before were not displayed anymore, but some discussions/decisions showed up on my dashboard. Same for the admin user.
Anyone else ran into this? Not sure if this is a recipe problem or a loomio problem.
I'm also running into the same issue. When i upgrade from 4.0.2+v2.25.4 to 5.0.0+v3.0.0, my loomio dashboard is completely empty. I do see some notifications when i click on the bell icon but when I try to click on them I get a server error.
Adding some more of my findings here:
I created a test loomio instance and deployed it with version 4.0.2+v2.25.4, populated some test data in it, then upgraded to 5.0.0+v3.0.0. The group that was created in version 4.0.2+v2.25.4 disappeared after the version upgrade and when I tried creating a new group after the upgrade it also failed (attached the logs starting from when i hit "create group"). Based on the logs it does appear to be a database schema issue.
I was able to resolve this issue for my test loomio instance by running a database migration with rake db:migrate command. After the migration I was able to see the group created when 4.0.2+v2.25.4 was deployed in the 5.0.0 version.
Adding the detailed steps I took to run the migration since there were a few missing pieces (it's probably smart to backup the db before doing this but i did not since I was just using a test instance):
rake db:migrate, which resulted in an errordb:migratecommand but run into another credential issueNote: I believe an alternative method could be to create a new recipe secret 'secret_key_base' and use abra to insert it (any input or confirmation on this would be appreciated)
I can report that upgrading from 4.0.2+v2.25.4 to 5.2.0+v3.0.20 worked flawlessly without any manual steps
Thanks for the reporting @stevensting! I will close this out given we have newer working versions of loomio recipe. If anyone runs into any issue upgrading still they can feel free to re-open this for our attention.