You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Raystack Stencil Configuration### !!WARNING!!# This configuration file is for documentation purposes only. Do not use it in production.## Stencil can be configured using a configuration file and passing the file location using `--config path/to/config.yaml`.# Per default, Stencil will look up and load file ~/.stencil.yaml. All configuration keys can be set using environment# variables as well.## server controls the configuration for the GRPC server.# The port to listen on. Defaults to 8080port: 8080# Timeout represents graceful shutdown period. Defaults to 60 sectimeout: 5s# Configuration for profiling application with new relicnewrelic:
appname: exampleenabled: falselicense: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"# Database configurations for stencil backenddb:
# Connection string for postgres database#connectionstring: "postgres://postgres@localhost:5432/db"connectionstring: "postgres://root@localhost:26257/defaultdb?sslmode=disable"
The text was updated successfully, but these errors were encountered:
support CockroachDB.
Its got multi region clustering and so conforms to the various privacy laws. A lot easier.
explanation: https://www.cockroachlabs.com/blog/introducing-super-regions/
Nature of bug
The Issue is the migrate command and pg_advisory_lock:
golang-migrate/migrate#703
stencil server migrate fails:
The driver ( github.com/jackc/pgx/v4 ) is fine and works great with cockroach.
source of bug:
start ( single cockroach node ):
cockroach runs on all desktops btw. you don't have to use docker.
config:
The text was updated successfully, but these errors were encountered: