Skip to content

Unable to build the schema #99

Answered by bmeares
lrangar asked this question in Q&A
Dec 9, 2022 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @lrangar , thanks for your question! mrsm stack is a wrapper for docker-compose, so you can try other Docker Compose commands to troubleshoot, e.g.:

mrsm stack ps

should print this output:

  Name                 Command               State                    Ports
---------------------------------------------------------------------------------------------
mrsm_db_1   docker-entrypoint.sh postg ...   Up      0.0.0.0:5433->5432/tcp,:::5433->5432/tcp

You can also inspect and edit the stack configuration with mrsm edit config stack.

Are you able to verify that the database is running and listening on port 5432? What do the logs look like for db?

mrsm stack logs db

I hope this helps! If t…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@lrangar
Comment options

@bmeares
Comment options

Answer selected by lrangar
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