The rules around what gets replaced and what gets added when reuploading a folder structure | adam | 2015-08-26 07:51 |
Status: Closed | ||
You should consider building one or more modules to manage your standard queries, reports, views, webparts, etc. With modules, you can develop your resources under source code control and then deploy standard versions to multiple servers. Here's a starting point: https://www.labkey.org/wiki/home/Documentation/page.view?name=moduleDirectoryStructuresWe don't have a formal API for exporting/importing folders. That would be a nice addition… and wouldn't be difficult. You might be able to automate exports by posting directly to the folderManagement action and automate imports using the pipeline, but this can be tricky and fragile. We've also considered generalizing the "study reload" feature to folders, to provide an option for (say) nightly auto-reloading from a folder archive. One other existing option that may be relevant: at the point you create a new folder in the UI you can specify a "template folder" and select the objects to copy from that template.As for the replacement rules, here are the guiding principles:
|
||