v1.6.0
For v1.6.0 release notes, see: CHANGES.md
Installation notes:
LDP (since folio-analytics v1.3.0):
- For LDP derived tables, add to the
psql
command line-c 'set search_path = folio_reporting, public'
before the-f
option. - Also install the required columns configuration file,
ldp_add_column.conf
, which is provided insql/require_columns/
. Seesql/require_columns/README.md
for details. - Do not run
VACUUM
orANALYZE
after loading the derived tables
Metadb:
- Metadb v1.0.3 (or later) loads derived tables automatically.