Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the error Database error to the troubleshooting installation of TTS with the docker #1193

Closed
ymgupta opened this issue Oct 6, 2023 · 0 comments · Fixed by #1216
Closed
Assignees
Milestone

Comments

@ymgupta
Copy link
Collaborator

ymgupta commented Oct 6, 2023

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 documentation

Why 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.

image

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?

No, @nejraselimovic

@github-actions github-actions bot added the needs/triage We still need to triage this label Oct 6, 2023
@KrishnaIyer KrishnaIyer removed the needs/triage We still need to triage this label Oct 11, 2023
@KrishnaIyer KrishnaIyer added this to the Oct 2023 milestone Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants