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 default 0,
ADD COLUMN nym String default '',
ADD COLUMN zkp_request String default '',
ADD COLUMN age_range String default '',
ADD COLUMN msm_range String default '';
  • 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