AI-multimodal / aimmdb

BSD 3-Clause "New" or "Revised" License
0 stars 10 forks source link

Added scripts to run a backup between tiled servers running different versions #63

Open jmaruland opened 1 year ago

jmaruland commented 1 year ago

This PR adds script that allows running a backup from our instance of aimmdb in https://aimm.lbl.gov/api to https://tiled-demo.blueskyproject.io. The first instance was running in a much older version of tiled and it was not compatible to try to connect to both instances using one environment with the same tiled client. the solution includes two steps: 1) downloading all the data to the local machine as json files and 2) reading the json files and uploading the data to the new site.

dylanmcreynolds commented 8 months ago

Sorry, I missed this months ago. Is it still valid?