USGS-CMG / usgs-cmg-portal

do_convert.sh
6 stars 13 forks source link

Migrate from gam to gamone #220

Open rsignell-usgs opened 8 years ago

rsignell-usgs commented 8 years ago

Migrate all the data and servics from gam (old box with ubuntu) to gamone (new box with opensuse)

rsignell-usgs commented 8 years ago

Was getting 404 errors on THREDDS, until I figured out that all the files got transferred from gam to gamone with root read access only. I needed to do:

ssh gamone.whoi.edu
cd /usgs
sudo find . -type d -exec chmod 755 {} \;
sudo find . -type f -exec chmod 644 {} \;

and then restart thredds:

sudo docker restart tds-dev