Is there a way to modify every URL in every granule for a collection from http://blah to https://blah without re-ingesting every record?

Something along the lines of:

update cmr_table set url = stuff(url,1,4,"https") where collection = "someSetOrOther" and url like "http://bah%"

 

  • No labels

1 Comment

  1. user-7b92a

    The CMR does not support a bulk update capability yet. It's possible we'll address this in our next program increment. That would end in early summer.