Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Decidim 0.27 #176

Merged
merged 18 commits into from
Sep 20, 2024
Merged

Upgrade to Decidim 0.27 #176

merged 18 commits into from
Sep 20, 2024

Conversation

ferblape
Copy link
Collaborator

@ferblape ferblape commented Sep 14, 2024

🎩 What? Why?

This PR takes care of upgrading Decidim version to 0.27.8

https://github.com/decidim/decidim/releases/tag/v0.27.0

Steps to run after the deploy

dokku run decidim-terrassa bundle exec rails decidim:upgrade:moderation:remove_from_search
dokku run decidim-terrassa rails decidim_comments:update_participatory_process_in_comments
dokku run decidim-terrassa rails runner -e production 'Decidim::Category.pluck(:id, :name, :description).map { |row| puts row.join(";") }'
dokku run decidim-terrassa rails runner -e production 'Decidim::User.find_each { |u| puts "Processing user #{u.id}" ; u.try_update_index_for_search_resource }'
dokku run decidim-terrassa rails decidim:upgrade:fix_nickname_uniqueness

@ferblape ferblape merged commit 63387ff into master Sep 20, 2024
@ferblape ferblape deleted the upgrade_0.27 branch September 20, 2024 07:45
@ferblape
Copy link
Collaborator Author

Geocoding working in PRO:

Screenshot 2024-09-20 at 10 30 51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants