I assume, I will need to

  • manually export/import the redash database from postgresql on old server to postgresql to new server
  • comment out the create_database() function from the provisioning script when installing redash on the new server

Can someone confirm that this will work and I don’t miss something here?
thanks

Hi.

I’ve recently done this by following the guide from:

https://redash.io/help-onpremise/misc/backup-your-redash-database-and-restore-it-on-a-different-server.html

In my case, I also had to manually create the redash_reader role in postgres just before dumping the redash_backup.gz .

Adrian