How to 'move' data from an old redash server to a new server #6871
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It's fairly straight forward, so you shouldn't have too much trouble. 😄 Your Redash installation has three pieces, all generally stored under
Probably the simplest approach is to transfer your backup of the above pieces to the new server, store them at the same location there, then start Redash from the command line on the new server. Do you have ssh access to your new server, and are you familiar with using ssh? 😄 |
Beta Was this translation helpful? Give feedback.
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:The
docker-compose.yml
fileA docker "environment" file
env
key=value
pairs, one per lineThe internal Redash database