For a long while we had a script to migrate content between Redash instances. It worked, but wasn’t very much maintained. About a year ago @jesse started the effort of refreshing this script as part of the redash-toolbelt project, it didn’t go far but we’re restarting the effort now.
The goal is to create a maintained version of the script built on top of the toolbelt that will support latest version of Redash along with all the objects (previous versions of the script didn’t migrate alerts or favorites).
ok after migrating where will my dashboards which are in your database will be stored, which database I have to use those dashboards which you have stored ,do I have to use Postgres ,and how do I have to store that can you tell me the steps
hi
can you tell me the dashboards which are stored in your Postgres then how will I have to migrate those dashboards in my Postgres account.
Thanks
Prerna
Ok great. Just raising that this leaves about 2 months to migrate, and for larger companies who have trusted hosted redash and paid them, this does not leave a lot of time to do the migration.
Agreed that this doesn’t leave a lot of time to do the migration and test/validate everything.
We will need some contingency time for issues or implementing alternative solutions if it doesn’t work as expected, so we ideally would want to be running the migration script around now.
Is there any talk of offering an extension for those that wish to move to self hosted?
The V10 release is now pending (just waiting for our images to build). The migration script will be published next week. The 30 November deadline is firm. Migration, even for large accounts, should require only a few minutes. We’ve tested the migration script on our internal instance (many thousands of queries and dashboards and alerts) and it takes around 6 six minutes. Most instances will be much quicker than that.
This is possible since meta.json contains a map of $originQueryId to $destinationQueryId. It will not be part of the release this week. But we will aim to add it within the next few weeks (or would merge a contribution that implements it sooner).