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
The Things Stack components are inherently stateless and depend on the underlying Postgres and Redis databases to store the data. The first time The Things Stack is started, it requires initializing the database of the Identity Server. Without the Identity server initialization and execution of the further steps will lead to the database error. Please add the error Database error and resolution to the Troubleshooting Installation documentation
Why do we need this ?
To assist users in resolving the issues while installing The Things Stack with Docker.
Description: The Things Stack components are inherently stateless and depend on the underlying Postgres and Redis databases to store the data. Before proceeding with the next steps in running The Things Stack, the Identity Server database needs to be initialized. Otherwise, an ERROR Database error will be observed, refer to the attached screenshot below.
Resolution:
Please initialize the Identity Server database by using the below command and proceed with the further steps in running The Things Stack.
docker-compose run --rm stack is-db migrate
Can you do this yourself and submit a Pull Request?
Summary
The Things Stack components are inherently stateless and depend on the underlying Postgres and Redis databases to store the data. The first time The Things Stack is started, it requires initializing the database of the Identity Server. Without the Identity server initialization and execution of the further steps will lead to the database error. Please add the error
Database error
and resolution to the Troubleshooting Installation documentationWhy do we need this ?
To assist users in resolving the issues while installing The Things Stack with Docker.
What is already there? What do you see now?
Troubleshooting Installation of The Things Stack with docker.
What is missing? What do you want to see?
Add the
ERROR Database error
to the Troubleshooting Installation of The Things Stack with docker documentation.How do you propose to document this?
Description: The Things Stack components are inherently stateless and depend on the underlying Postgres and Redis databases to store the data. Before proceeding with the next steps in running The Things Stack, the Identity Server database needs to be initialized. Otherwise, an
ERROR Database error
will be observed, refer to the attached screenshot below.Resolution:
Please initialize the Identity Server database by using the below command and proceed with the further steps in running The Things Stack.
Can you do this yourself and submit a Pull Request?
No, @nejraselimovic
The text was updated successfully, but these errors were encountered: