Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The upgrade to v1.13 has a minor problem with some leftover functions. The issue can be fixed with the following commands before running the regular madpack upgrade command.

Code Block
languagebash
psql <<DB_NAME>> -c "DROP FUNCTION IF EXISTS <<SCHEMA>>.knn(VARCHAR);"
psql <<DB_NAME>> -c "DROP FUNCTION IF EXISTS <<SCHEMA>>.knn();"

...

<<SCHEMA>> denotes the name of the madlib schema.

11/30/16 - Installation of MADlib 1.9.1 on GPDB 4.3.11

...