Versions Compared

Key

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

...

  1. Determine if the module has persistence.
  2. Clone the module code.
  3. Run the unit tests for the module, making a note of any failed tests.
  4. Determine a method for running the unit tests using postgres 12.
  5. Run the tests and compare the results with the results prior to the upgrade.
  6. If there are any breakages investigate them and document them.

I also ran pg_upgrade on the data in the testing-backend vagrant. See below (below the table) for the results of that. It seems to have gone well.

Notes on code this investigation used

...