bcgov / orgbook-configurations

Build and Deployment Configurations for the Indy-Catalyst version of the OrgBook
Apache License 2.0
3 stars 11 forks source link

OCP4 Migration Coordination #96

Closed esune closed 3 years ago

esune commented 3 years ago

Deadline: Everything must be migrated to OCP4 by April 30th, 2021.

Components:

agent, api and frontend must be migrated using the same Git commit as currently running in OCP3 prod.

All services will be migrated using the final gov.bc.ca routes, as well as temporary apps.silver.devops.gov.bc.ca to troubleshoot.

Recommendations:

Point in time Backups (Matching set):

==========================================================================================================
BC Reg:
----------------------------------------------------------------------------------------------------------
- https://console.pathfinder.gov.bc.ca:8443/console/project/devex-von-bc-registries-agent-prod/overview
  - on backup-indy-cat

- `event-db-indy-cat:5432/bc_reg_db`
  - /backups/for_migration/event-db-indy-cat-bc_reg_db_2021-04-15_12-53-49.sql.gz

- `wallet-indy-cat:5432/agent_indy_cat_wallet`
  - /backups/for_migration/wallet-indy-cat-agent_indy_cat_wallet_2021-04-15_13-21-31.sql.gz
==========================================================================================================

==========================================================================================================
OrgBook:
----------------------------------------------------------------------------------------------------------
- https://console.pathfinder.gov.bc.ca:8443/console/project/devex-von-bc-tob-prod/overview
  - on backup-indy-cat

- `db-indy-cat:5432/OrgBook`
  - /backups/for_migration/db-indy-cat-OrgBook_2021-04-15_12-54-30.sql.gz

- `wallet-indy-cat:5432/agent_indy_cat_wallet`
  - /backups/for_migration/wallet-indy-cat-agent_indy_cat_wallet_2021-04-15_13-04-20.sql.gz
==========================================================================================================
esune commented 3 years ago

The agent, api, and frontend images have been built from the same commit currently in OCP3 prod and the images tagged as ocp3-prod.

One thing I noticed in the frontend-artifacts build is that the THEME environment variable is by default set to default (which does not exist, so I had to set it to bcgov to get the builds to succeed.

esune commented 3 years ago

Closing this as migration is now complete.