<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
sorry, left out the most important line:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span>Here is the archivesspace timezone work-around that seems to work:<br>
</span>
<div><br>
</div>
<div># step 1.a put CDT (serverTimezone=America/Chicago) back into config.rb<br>
</div>
<div>cd config<br>
</div>
<div>vi config.rb<br>
</div>
<div># step 1.b verify<br>
</div>
<div>grep Chicago config.rb<br>
</div>
<div>AppConfig[:db_url] = "jdbc:mysql://[REDACTED]:3306/archivesspace?user=[REDACTED]&password=[REDACTED]&useUnicode=true&characterEncoding=UTF-8&serverTimezone=America/Chicago"<br>
</div>
<div><br>
</div>
<div># step 2 run mysql statement<br>
</div>
<div>mysql -u[REDACTED] -p[REDACTED]<br>
</div>
<div>use archivesspace;<br>
</div>
<div>update auth_db set system_mtime = NOW() where username = 'search_indexer';<br>
</div>
<div>exit<br>
</div>
<div># step 3 relink db_url string with setup-database.sh script<br>
</div>
<div>cd scripts<br>
</div>
<div>./setup-database.sh<br>
</div>
<div>cd ..<br>
</div>
<div># step 3 restart aspace<br>
</div>
<div>./archivesspace.sh stop<br>
</div>
<div>./archivesspace.sh start<br>
</div>
<div>watch grep Welcome /var/www/misc/aris/archivesspace/logs/archivesspace.out<br>
</div>
<span></span><br>
</div>
<div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; font-family: Calibri, Helvetica, sans-serif; color: rgb(0, 0, 0);">
<p style="margin-top: 0px; margin-bottom: 0px;margin-top:0; margin-bottom:0"></p>
<div><img class="EmojiInsert" data-outlook-trace="F:1|T:1" src="cid:dbf733c2-0cae-4ca0-b26e-2dfaa8f9fce6"><br>
</div>
<br>
<p style="margin-top: 0px; margin-bottom: 0px;"></p>
</div>
</div>
</div>
</body>
</html>