<div dir="ltr">Thanks for everything, Emre! Glad to see our server back in production.<div>-Borries</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Sat, Oct 25, 2025 at 12:56 PM Emre Brookes <<a href="mailto:emre.brookes@mso.umt.edu">emre.brookes@mso.umt.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Note demeler9 was also updated to the latest 'main' branch.<br>
<br>
-e.<br>
<br>
<br>
Emre Brookes wrote:<br>
> CCH and AUCCANADA have been moved back to demeler9.<br>
> Users should be able to resume normal work, albeit on the correct <br>
> servers now.<br>
><br>
> Alexey - noted a sql difference on CCH on NRCH.<br>
> uslims3_CCH : differences dataSource enum in in autoflow & <br>
> autoflowHistory<br>
> <   `dataSource` <br>
> enum('INSTRUMENT','dataDiskAUC','dataDiskAUC:Absorbance') NOT NULL <br>
> DEFAULT 'INSTRUMENT',<br>
> ---<br>
> >   `dataSource` <br>
> enum('INSTRUMENT','dataDiskAUC','dataDiskAUC:Absorbance','dataDiskAUC:PseudoAbsorbance') <br>
> NOT NULL DEFAULT 'INSTRUMENT',<br>
><br>
> I made the equivalent uncommitted local change on <br>
> demeler9:~us3/lims/database/sql<br>
> $ git diff<br>
> diff --git a/us3.sql b/us3.sql<br>
> index 4706095..1f8be0a 100644<br>
> --- a/us3.sql<br>
> +++ b/us3.sql<br>
> @@ -117,7 +117,7 @@ CREATE  TABLE IF NOT EXISTS autoflow (<br>
>    devRecord   enum('NO', 'YES', 'Processed') NOT NULL,<br>
>    gmpReviewID int(11) NULL,<br>
>    expType enum('VELOCITY','ABDE') NOT NULL,<br>
> -  dataSource enum <br>
> ('INSTRUMENT','dataDiskAUC','dataDiskAUC:Absorbance') NOT NULL DEFAULT <br>
> 'INSTRUMENT',<br>
> +  dataSource enum <br>
> ('INSTRUMENT','dataDiskAUC','dataDiskAUC:Absorbance','dataDiskAUC:PseudoAbsorbance') <br>
> NOT NULL DEFAULT 'INSTRUMENT',<br>
>    opticsFailedType varchar(300) NULL,<br>
><br>
>    PRIMARY KEY (ID) )<br>
> @@ -159,7 +159,7 @@ CREATE  TABLE IF NOT EXISTS autoflowHistory (<br>
>    devRecord   enum('NO', 'YES', 'Processed') NOT NULL,<br>
>    gmpReviewID int(11) NULL,<br>
>    expType enum('VELOCITY','ABDE') NOT NULL,<br>
> -  dataSource enum <br>
> ('INSTRUMENT','dataDiskAUC','dataDiskAUC:Absorbance') NOT NULL DEFAULT <br>
> 'INSTRUMENT',<br>
> +  dataSource enum <br>
> ('INSTRUMENT','dataDiskAUC','dataDiskAUC:Absorbance','dataDiskAUC:PseudoAbsorbance') <br>
> NOT NULL DEFAULT 'INSTRUMENT',<br>
>    opticsFailedType varchar(300) NULL,<br>
><br>
>    PRIMARY KEY (ID) )<br>
><br>
><br>
><br>
><br>
> Borries Demeler wrote:<br>
>> Everyone:<br>
>> Now that we have our server back online thanks to Saeed's tireless <br>
>> efforts, I want to move the databases back to our server in Canada <br>
>> and disable the CCH and AUCCANADA databases on the NRCH server, so we <br>
>> can move them  back to the demeler9 server. I asked Emre to do that, <br>
>> and perhaps send us a short notice when he plans to do it. During <br>
>> this time please do not use the server on either server until we have <br>
>> the green light from Emre to use the server back in Canada again.<br>
>> Thanks! -Borries<br>
><br>
<br>
</blockquote></div>