This page last changed on Jan 10, 2012 by brian.

About alaskanwind.wf.mbari.org

Alaskanwind hosts the MS SQL Server 2008 with the following databases:

Database Role
DSG DSG data
DSG_KB The VARS_KB database that's been copied and has URL's modified to point to local references

DSG_KB info

The DSG_KB database is a copy of the local VARS_KB with the following SQL executed after copy:

UPDATE 
  Media 
SET 
  url = REPLACE(url,  'http://dsg.mbari.org/images/dsg', 'http://seadog.wf.mbari.org:8082/www/vars/knowledgebase/images') 
WHERE 
  url IS NOT NULL 
GO

DSG info

The DSG database is a copy of DSG from Equinox with the following SQL applied:

UPDATE 
  URLArtifact 
SET 
  url = REPLACE(url,  'http://seaspray.shore.mbari.org/dsg', 'http://seadog.wf.mbari.org:8082/www/dsg') 
WHERE 
  url IS NOT NULL 
GO
More Info

For notes on the setup of the DSG on Alaskanwind see https://oceana.mbari.org/jira/browse/VAAP-33

Document generated by Confluence on Feb 03, 2026 15:43