redash server high availability #6766
Unanswered
anujthedevopsguy
asked this question in
Q&A
Replies: 2 comments 1 reply
-
You need to backup your PostgreSQL database, and the environment file ( With those, you're able to recreate your Redash instance if you need to for some reason. 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Are you referring the DB which we use as data source to produce dashboard?
Or db instance running into redash EC2 instance? I am new to redash.
questions could be vague :). where is created users info, dashboard ,
queries data saved ?
…On Mon, 12 Feb 2024 at 8:56 PM, Justin Clift ***@***.***> wrote:
You need to backup your PostgreSQL database, and the environment file (env)
that's in the /opt/redash directory.
With those, you're able to recreate your Redash instance if you need to
for some reason. 😄
—
Reply to this email directly, view it on GitHub
<#6766 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APRCWEESHCOYMR5QCRCUULLYTIYD5AVCNFSM6AAAAABDEW5ULSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DINBTGEYDQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have setup a Redash EC2 instance and set auto-scaling to 1. Currently, Redash has user accounts, a dashboard, queries, and other data. Let's say that if this instance goes down, all this data will be lost. A new redash instance will be created due to auto-scaling, though. How to avoid losing data.
Beta Was this translation helpful? Give feedback.
All reactions