Open
Description
Our old ol-home server has an nginx running that proxies to ol-home0. We likely don't need this anymore? But if I recall correctly, when we tried to update all our docker containers to point to ol-home0, something didn't work. Investigation needed.
To close:
- 1) check all occurrences of
ol-home
in olsystem and openlibrary. Change any occurrence ofol-home:7000
tool-home0:7000
.-
git grep ol-home
--> All instances areol-home0
except filedocker/ol-home-start.sh
which looks OK. - Investigate if we can remove stats_solr #4426
- Remove unused process_stats options/methods #7816 (pull request)
- internetarchive/olsystem#122
- internetarchive/olsystem#178
- internetarchive/olsystem#180 Done in the
cron-jobs
Docker container. - Deprecate stats_solr and any of its code #7817
- internetarchive/olsystem#174
-
- 2) Patch Deploy this to our servers as a test and restart docker containers one by one (See deployment guide). If everything works, woohoo! Test borrowing/editing works.
- 3) Try removing the proxy in
olsystem/etc/nginx/sites-available/infobase.conf
on the old server ol-home (seegit diff
in that server/repo) and restarting nginx on that server. If everything works, woohoo! We're done.- Did
- Undid because of All create/update/delete operations broken #7920