Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support cockroach db metadata in ActiveRecordSubscriber #2110

Open
sl0thentr0py opened this issue Sep 19, 2023 · 0 comments · May be fixed by #2182
Open

Support cockroach db metadata in ActiveRecordSubscriber #2110

sl0thentr0py opened this issue Sep 19, 2023 · 0 comments · May be fixed by #2182
Assignees

Comments

@sl0thentr0py
Copy link
Member

          We use the cockroachdb

Gem: https://github.com/cockroachdb/activerecord-cockroachdb-adapter

database.yml

development:
  adapter: cockroachdb
  host: foo.bar.local
  database: dev_db
  user: root
  port: 26257
  pool: 25
  disable_cockroachdb_telemetry: true

docker-compose.yml

version: "2"
services:
  db:
    image: cockroachdb/cockroach:v22.2.10
    command: start-single-node --insecure
    ports:
      - "26257:26257"
      - "8081:8080"
    volumes:
      - database:/cockroach/cockroach-data
      
volumes:
  database:

Originally posted by @Piioo in #2109 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant