Skip to content

Error while starting meershaum #65

Answered by bmeares
rohitsaikiran91 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @rohitsaikiran91, thanks for reaching out! Are you connecting to an existing database or trying to spin up the default database? Here are a couple options from the Getting Started guide:

  • Built-in SQLite database (sql:local)
    If you specify sql:local as your instance (e.g. mrsm show pipes -i sql:local), you can start using Meerschaum with a pre-configured SQLite database.

  • Default TimescaleDB database (sql:main)
    When you first run mrsm stack up -d db, Meerschaum starts a TimescaleDB database with the credentials specified under sql:main:

    connectors:
      sql:
        main:
          username: mrsm
          password: mrsm
          flavor: timescaledb
          host: localhost
          database: meerschaum
          

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@rohitsaikiran91
Comment options

@bmeares
Comment options

@bmeares
Comment options

@rohitsaikiran91
Comment options

Answer selected by bmeares
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants