-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
The various database_url settings are consumed via GCP secrets:
For example, sm://codecov-dev/codecov_staging_db_url_celery.
Some (most?) of these secrets currently begin with postgres://, but this is blocking an upgrade of the sqlalchemy dependency which switched to postgresql:// and has removed backwards compatibility support in v 1.4.0.
For that reason, I would like to switch over those secrets to postgresql://.
Lets start with staging first, and verify that both older and newer versions of the dependency handle that prefix correctly, before also rolling that change out to production and DEC.
Reactions are currently unavailable