Results 4 comments of EagleByte

Exec into the master pod of your cluster in k8s and run the following: ``` psql DROP DATABASE "synapse-db"; CREATE DATABASE "synapse-db" with template=template0 owner="synapse-db" encoding=UTF8 locale='C'; GRANT ALL PRIVILEGES...

Exec into the master pod of your cluster in k8s and run the following: ``` psql DROP DATABASE "synapse-db"; CREATE DATABASE "synapse-db" with template=template0 owner="synapse-db" encoding=UTF8 locale='C'; GRANT ALL PRIVILEGES...

Thanks for this work! I had a heck of a time getting the alphav2 proto files to compile.