]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/removal_of_ingest.txt
LP#1243023: Clean up string handling variable types
[working/Evergreen.git] / docs / RELEASE_NOTES_NEXT / removal_of_ingest.txt
1 Removal of open-ils.ingest service
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 The open-ils.ingest service is no longer required, and has been
4 removed.
5
6 You should update your opensrf.xml file to remove references to
7 open-ils.ingest, and you may also wish to remove the
8 OpenILS/Application/Ingest.pm file from your Perl @INC path.
9
10 In opensrf.xml, remove the entire <open-ils.ingest> element from the
11 <apps> element, and remove <appname>open-ils.ingest</appname> from
12 any <activeapps> elements where it is present.
13
14 If you have the perldoc command installed, you can use the following
15 command to locate the path on disk of the Ingest.pm file, which is
16 no longer required and can be removed:
17
18 [source, bash]
19 -----------------------------------------------------------------
20 perldoc -l OpenILS::Application::Ingest
21 -----------------------------------------------------------------