-
Notifications
You must be signed in to change notification settings - Fork 33
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
How upgrade platform version #1449
Comments
You can run these commands in the directory with your citizenlab deployment: docker-compose pull
docker-compose stop
docker-compose run --rm web bin/rails db:migrate email_campaigns:assure_campaign_records cl2back:clear_cache_store email_campaigns:remove_deprecated
docker-compose run --rm web bin/rails runner "PermissionsService.new.update_all_permissions; AppConfiguration.instance.tap { |c| c.cleanup_settings; c.save! }"
docker-compose up -d WARNING: these commands may break your citizenlab deployment, so ensure that you've backed up all the data (database, files, etc). Later this week we'll add this section to our documentation. |
Sorry for the misinformation, it's possible that the above commands won't work for you. You can still try these ones, but maybe it's safer to wait for the official update on the documentation website (probably in the "Guides" section) https://developers.citizenlab.co/
|
sorry but i have tried and the site is not correct. I am waiting other information from your developer site |
There is step to upgrade citizenlab version maintaining the history of all projects and ideas?
The text was updated successfully, but these errors were encountered: