Skip to content
Discussion options

You must be logged in to vote

It's fairly straight forward, so you shouldn't have too much trouble. 😄

Your Redash installation has three pieces, all generally stored under /opt/redash on your Redash server:

  1. The docker-compose.yml file

    • Contains the details of what version of the main components to use, where they're stored, and so on.
    • Stuff like "what version of PostgreSQL is being used", "what version of Redash is being used", etc.
  2. A docker "environment" file

    • Generally named env
    • It's a plain text file, structured as key=value pairs, one per line
    • Has things like the database password and encryption keys in it
  3. The internal Redash database

    • This is a PostgreSQL database
    • Generally stored in a directory structure…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@qq20230530
Comment options

@justinclift
Comment options

@qq20230530
Comment options

@justinclift
Comment options

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