[Archivesspace_Users_Group] sorry, left out the most important line

Daniel Sprouse dsprouse at tsl.texas.gov
Fri Mar 13 14:31:58 EDT 2020


sorry, left out the most important line:
Here is the archivesspace timezone work-around that seems to work:

# step 1.a put CDT (serverTimezone=America/Chicago) back into config.rb
cd config
vi config.rb
# step 1.b verify
grep Chicago config.rb
AppConfig[:db_url] = "jdbc:mysql://[REDACTED]:3306/archivesspace?user=[REDACTED]&password=[REDACTED]&useUnicode=true&characterEncoding=UTF-8&serverTimezone=America/Chicago"

# step 2 run mysql statement
mysql -u[REDACTED] -p[REDACTED]
use archivesspace;
update auth_db set system_mtime = NOW() where username = 'search_indexer';
exit
# step 3 relink db_url string with setup-database.sh script
cd scripts
./setup-database.sh
cd ..
# step 3 restart aspace
./archivesspace.sh stop
./archivesspace.sh start
watch grep Welcome /var/www/misc/aris/archivesspace/logs/archivesspace.out



[cid:dbf733c2-0cae-4ca0-b26e-2dfaa8f9fce6]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/attachments/20200313/ffe0e12f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Outlook-z0bsodip.jpg
Type: image/jpeg
Size: 30834 bytes
Desc: Outlook-z0bsodip.jpg
URL: <http://lyralists.lyrasis.org/pipermail/archivesspace_users_group/attachments/20200313/ffe0e12f/attachment.jpg>


More information about the Archivesspace_Users_Group mailing list