Skip to content

Releases: folio-org/folio-analytics

v1.7.2

22 Feb 14:27
1d5d444
Compare
Choose a tag to compare

folio-analytics v1.7.2

v1.7.1

05 Dec 19:02
ea7ecb2
Compare
Choose a tag to compare

Release matrix: https://github.com/folio-org/folio-analytics/blob/main/README.md#releases

Installation notes:

LDP:

  • 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 in sql/require_columns/. See sql/require_columns/README.md for details.

Metadb:

  • Metadb loads derived tables automatically.

v1.7.0

01 Dec 16:43
883ba93
Compare
Choose a tag to compare

Release notes: https://github.com/folio-org/folio-analytics/wiki/Changes-by-Release#170-poppyldp

Release matrix: https://github.com/folio-org/folio-analytics/blob/main/README.md#releases

Installation notes:

LDP:

  • 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 in sql/require_columns/. See sql/require_columns/README.md for details.

Metadb:

  • Metadb loads derived tables automatically.

v1.7.0-beta4

29 Nov 16:59
883ba93
Compare
Choose a tag to compare
v1.7.0-beta4 Pre-release
Pre-release

Installation notes:

LDP:

  • 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 in sql/require_columns/. See sql/require_columns/README.md for details.

Metadb:

  • Metadb loads derived tables automatically.

v1.7.0-beta3

14 Nov 23:27
bae22f9
Compare
Choose a tag to compare
v1.7.0-beta3 Pre-release
Pre-release

Installation notes:

LDP:

  • 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 in sql/require_columns/. See sql/require_columns/README.md for details.

Metadb:

  • Metadb loads derived tables automatically.

v1.7.0-beta2

11 Nov 00:01
763190f
Compare
Choose a tag to compare
v1.7.0-beta2 Pre-release
Pre-release

Installation notes:

LDP:

  • 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 in sql/require_columns/. See sql/require_columns/README.md for details.

Metadb:

  • Metadb loads derived tables automatically.

v1.7.0-beta1

03 Nov 10:55
93a408e
Compare
Choose a tag to compare
v1.7.0-beta1 Pre-release
Pre-release

Installation notes:

LDP:

  • 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 in sql/require_columns/. See sql/require_columns/README.md for details.

Metadb:

  • Metadb loads derived tables automatically.

v1.6.0

10 Apr 22:03
7ebe9fe
Compare
Choose a tag to compare

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 in sql/require_columns/. See sql/require_columns/README.md for details.
  • Do not run VACUUM or ANALYZE after loading the derived tables

Metadb:

  • Metadb v1.0.3 (or later) loads derived tables automatically.

v1.5.3

08 Feb 21:22
27a4531
Compare
Choose a tag to compare

Release notes

  • Derived tables agreements_package_content_item, loans_renewal_count, and users_groups have been updated to reduce "column does not exist" errors.

PLEASE NOTE - Required since v1.3.0 to ensure that tables are created
correctly:

  • LDP1:
    • For LDP1 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 in
      sql/require_columns/. See sql/require_columns/README.md for
      details.
  • Metadb:
    • For Metadb derived tables, add to the psql command line -c 'set search_path = folio_derived' before the -f option.
    • For migration tables, add to the psql command line -c 'set search_path = public' before the -f option.

It is recommended not to run VACUUM or ANALYZE after loading the
derived tables, because the derived table SQL files now perform a
targeted vacuum/analyze for each table.

v1.5.2

05 Feb 06:37
3cfe373
Compare
Choose a tag to compare

Release notes

  • Derived tables have been updated to reduce "column does not exist" errors.

PLEASE NOTE - Required since v1.3.0 to ensure that tables are created
correctly:

  • LDP1:
    • For LDP1 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 in
      sql/require_columns/. See sql/require_columns/README.md for
      details.
  • Metadb:
    • For Metadb derived tables, add to the psql command line -c 'set search_path = folio_derived' before the -f option.
    • For migration tables, add to the psql command line -c 'set search_path = public' before the -f option.

It is recommended not to run VACUUM or ANALYZE after loading the
derived tables, because the derived table SQL files now perform a
targeted vacuum/analyze for each table.