) throws Exception {
CouchDb couchDb = CommandSupport.createCouchDb(gs, atlasProperties);
DocumentUpdateProcess updateProcess = new DocumentUpdateProcess(couchDb);
DocumentUpdateListener l = new UpdateProgress(gs);
updateProcess.setListener(l);
return updateProcess;
}