dekkerlab / cLIMS-docker

cLIMS repository running on Docker Contaienrs
GNU Lesser General Public License v3.0
3 stars 4 forks source link

modify SQL-dump to use with production cLIMS #83

Open sergpolly opened 3 years ago

sergpolly commented 3 years ago

@Snehal1894 could we look into the possibility of manually curating the database that is underlying cLIMS ? e.g.

  1. stop cLIMS, get a fresh dump (maybe manually)
  2. use that dump to create a local copy of the database
  3. modify the database - e.g. add missing md5sum in bulk, populate etag, etc - without manually enetring that through cLIMS interface
  4. generate a dump of the modified database
  5. upload it to production cLIMS and restart it - will Django swallow it ? what could go wrong (timestamps, modification, migration - any of that mysterious stuff )?
  6. enjoy cLIMS filled with useful data !