Issue Summary

Hey.
After adding some dashboard to the database I ran on the Host running the containers docker-compose down which removed all of the containers.
When I browsed to the server I’ve received a Postgres SQL error not finding the organizations table.

My solution was to start all over again.
Then I tried to do it again and it happened again. When I ran docker-compose stop and then start, it didn’t happen.

Does anyone know why is this happening and what should I do in the next time it’s gonna happen?

Technical details:

  • Redash Version: 8.0.0.b32245
  • Browser/OS: Server runs on Ubuntu 20.04 with Docker, Browser is Chrome
  • How did you install Redash: With the Docker instructions on redash.io

docker-compose down destroys the database.

Use docker-compose stop to shut down the containers without destroying the database.

3 Likes