-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Description
Hello everyone,
I have been running Redash in a Docker environment, and everything is working fine. Now, I want to migrate Redash to a bare-metal server (without Docker).
Current Setup:
Redash running in Docker (using Docker Compose).
PostgreSQL and Redis are also running as Docker containers.
All dashboards, queries, users, and API keys are stored in the current PostgreSQL database.
Goal:
Set up Redash on a bare-metal server without using Docker.
Migrate all existing queries, dashboards, users, and settings to the new bare-metal installation.
Questions:
What is the best way to export and restore the PostgreSQL database to the new server?
How should I migrate Redis data (if necessary)?
Are there any specific configuration files I need to manually transfer?
Any best practices or potential pitfalls I should be aware of during this migration?
I appreciate any guidance or suggestions. Thank you in advance!