]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Administration/pingest-rebuild-rmsr.adoc
Lp 1811696: Add --rebuild-rmsr option to pingest.pl
[working/Evergreen.git] / docs / RELEASE_NOTES_NEXT / Administration / pingest-rebuild-rmsr.adoc
1 --rebuild-rmsr Option Added to pingest.pl
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 An option, `--rebuild-rmsr`, has been added to the pingest.pl support
4 script.  This option will rebuild the
5 reporter.materialized_simple_record (rmsr) table after the ingests are
6 complete.
7
8 This option might prove useful if you want to rebuild the table as
9 part of a larger reingest.  If all you wish to do is to rebuild the
10 rmsr table, then it would be just as simple to connect to the database
11 server and run the following SQL:
12
13 [source,sql]
14 ----
15 SELECT reporter.refresh_materialized_simple_record();
16 ----