Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlannaBurke/feeb9fc3a6253595b7e4aa0290491395 to your computer and use it in GitHub Desktop.
Save AlannaBurke/feeb9fc3a6253595b7e4aa0290491395 to your computer and use it in GitHub Desktop.
How to Upgrade to Lagoon 1.0.0
1. ES Upgrade to 6.8.2
1. upgrade logs-db to image `amazeeiolagoon/logs-db:v1-0-0`
2. Let restart all pods
3. Wait until ES is green again.
4. Upgrade logs-db-archive to image `amazeeiolagoon/logs-db:v1-0-0`
5. Let restart all pods
6. Wait until ES is green again.
7. Verify correct Version of ES 6.8.2 via ES API: GET _nodes/plugins
2. add new priorityClasses:
oc -n lagoon create -f openshift-setup/priorityclasses.yaml
3. fix API-DB
1. oc -n lagoon port-forward $(oc -n lagoon get pod -o custom-columns=NAME:.metadata.name --no-headers -l service=api-db) 3306
1. RUN `UPDATE user SET email = LOWER(email);`
2. update usernames to match emails in keycloak
3. replace "\n" with actual newlines in project table
2. api-db pod:
/rerun_initdb.sh
4. API pod
1. yarn run flow-node dist/migrations/1-rbac/users
2. yarn run flow-node dist/migrations/1-rbac/customers-to-groups
3. yarn run flow-node dist/migrations/1-rbac/projects
4. yarn sync:opendistro-security
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment