How to automate one-time setup #6823
Replies: 5 comments 11 replies
-
I'm seeing that it is possible to re-encrypt secrets. So maybe the simplest option is:
Then on subsequent deployments:
|
Beta Was this translation helpful? Give feedback.
-
Interesting. The concept itself sounds useful. 😄 As a thought with your POC deployment, is it for doing in Kubernetes? If so, then the Redash helm stuff might be of use: https://github.com/getredash/contrib-helm-chart |
Beta Was this translation helpful? Give feedback.
-
As a 2nd thought, with this step:
Make sure you also backed up the environment file ( |
Beta Was this translation helpful? Give feedback.
-
@ilsaloving This might be of interest, if you're still looking to pre-populate the Redash database with the initial admin user: |
Beta Was this translation helpful? Give feedback.
-
@ilsaloving here is an example of how the initial setup can be automated: |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I am trying to create a single docker-compose file that deploys redash along with a database and a few other things as part of quick-to-deploy POC setup.
I would like to pre-provision redash with an admin user and sample schemas I'm preparing. Is there a recommended way of doing this?
Beta Was this translation helpful? Give feedback.
All reactions