Skip to content

Deploy anonymous credentials to prod [Checklist] #312

@LDiazN

Description

@LDiazN

This checklist provides all the checks and actions to take for migrating anonymous credentials to prod:

ALTER TABLE fastpath ON CLUSTER oonidata_cluster 
ADD COLUMN is_verified Int8,
ADD COLUMN nym Nullable(String),
ADD COLUMN zkp_request Nullable(String),
ADD COLUMN age_range Nullable(String),
ADD COLUMN msm_range Nullable(String);
  • Update fastpath version running in prod with the following command
./play -i inventory -l fastpath.prod.ooni.io deploy-fastpath.yml  --diff

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions