Skip to content

v2.2.2 to v2.2.3 Upgrade Guide

fleischsalatinspace edited this page Jan 18, 2024 · 1 revision

Breaking Changes

Upgrade Steps:

This guide assumes you are using our Pathfinder-Containers solution for running Pathfinder. If you are not then your upgrade path will be slightly different, but hopefully this gives a general outline of the steps required.

  1. Follow all of the steps in the General Upgrade Guide.
  2. In order to populate the database with the new EVE solar system, run
docker-compose exec pfdb /bin/sh -c "unzip -p eve_universe.sql.zip | mysql -u root -p\$MYSQL_ROOT_PASSWORD eve_universe";

as described in step 4 on https://github.com/goryn-clade/pathfinder-containers/blob/master/README.md 3. Check everything still looks okay on the /setup page

  • Go to the {your-pathfinder-domain}/setup page and check that all the statuses there still look okay.
  • Scroll to bottom of the page to "Administration" and check if there are any orange values. Run "Import" or "Build" in order to fix the data
Clone this wiki locally