Error while starting meershaum #65
-
|
Hi, ERROR (psycopg2.OperationalError) connection to server at "localhost" (::1), port 5432 failed: FATAL: password (Background on this error at: https://sqlalche.me/e/14/e3q8) I know it's related to authentication, but I am not sure how to resolve. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
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:
I hope this helps! If you are looking to use the default stack, you can reset everything with |
Beta Was this translation helpful? Give feedback.

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:localas 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 undersql:main: