flipt icon indicating copy to clipboard operation
flipt copied to clipboard

Support CockroachDB

Open markphelps opened this issue 1 year ago • 3 comments

Problem

cockroachDB uses the same wire protocol as Postgres, so the application code should not require any update to support it.

Ideal Solution

Describe the solution you'd like:

  • [ ] Add CockroachDB as a supported backend DB storage protocol
  • [ ] Support configuring cockroachDB in the config.yml
  • [ ] Add example on how to run Flipt with CockroachDB Example with Docker Compose

Additional Context

We'll likely need to update the config to support cockroach db however, as we need to tell the migrator (golang-migrate) that we are actually using Cockroach and not PG. Example

markphelps avatar Aug 01 '22 14:08 markphelps

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Sep 07 '22 01:09 stale[bot]

+1

z0mb1ek avatar Sep 07 '22 01:09 z0mb1ek

Coming soon

markphelps avatar Sep 07 '22 02:09 markphelps