Backing up Virtual Datasets in Spaces

Hi community,

I’m relying more and more on Virtual Datasets created in Spaces. What’s the best way to back up these Virtual Datasets in Spaces?

best regards,

@borasy - You can take a backup of dremio and this will include it. Check the below docs:

https://docs.dremio.com/advanced-administration/backup/

Also, you can get the VDS their SQL definitions using below query:

select * from INFORMATION_SCHEMA.VIEWS

Sharing the doc with you: Dremio

Hi @Nitin_Garg, according to the docs, the backup and restore commands are only usable for Dremio with the same version. What if we want to update Dremio to a new version?