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

(#1297) Add migration patch for Codenvy on-prem 5.0.0-M8 #1327

Merged
merged 1 commit into from
Dec 12, 2016

Conversation

dmytro-ndp
Copy link
Contributor

@dmytro-ndp dmytro-ndp commented Dec 12, 2016

Add migration script to fix locations in environment table of PostgreSQL when updating Codenvy on-prem 5.0.0-M7 to 5.0.0-M8:

UPDATE environment
SET location=regexp_replace(location, '${host_protocol}://${host_url}/api', '')

@riuvshin: please, review this request.

Signed-off-by: Dmytro Nochevnov dnochevnov@codenvy.com

Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
@dmytro-ndp dmytro-ndp merged commit ca85db7 into master Dec 12, 2016
@dmytro-ndp dmytro-ndp deleted the installation_manager branch December 12, 2016 18:59
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.

None yet

2 participants