How do I upgrade from version 6.x to 7.0?

screen-scraper 7.0 requires a newer JRE than the previous stable release, therefore upgrading requires some additional steps.

If you don’t already have all your scrapes exported, or just want to preserve the current configuration, you need to upgrade your current screen-scraper to the latest alpha version 6.0.64a (instructions). Once done, back up the content of the screen-scraper/resource/db directory.

Linux/OSX

The new installer does not include the JRE
You need to have the Java JRE 1.8 installed
Make note of the install location (a symlink isn’t valid)

  1. Run the new setup SH file.
  2. You cannot install over the top of an exiting installation. You must either move the current directory or during installation choose a new install location.
  3. In the screen-scraper install directory, locate and edit both the server and screen-scraper script. On the line “INSTALL4J_JAVA_HOME_OVERRIDE” (at the top), add the path to your JRE install

Once done, you can replace the content of the resource/db directory with the one you’d backed up.

Windows

  1. Make sure screen-scraper is not running (neither the application, nor in sever mode)
  2. Run the setup EXE
  3. You cannot install over the top of an exiting installation. You must either move the current directory or during installation choose a new install location.

Once done, you can replace the content of the resource/db directory with the one you’d backed up.

We recommend this update for all scrapers, and if there is any problems, please let us know