Skip to content

Releases: TheCodeLabsDevs/PocketTracker

v1.10.0

05 Mar 20:12
Compare
Choose a tag to compare
  • switched from integers to uuids for entity ids
  • update dependencies

Upgrading from version 1.9.1 to 1.10.0 or later

⚠️ A database migration is required!

  • Backup your database from https://<your_domain>/administration/backup
  • Download the backup zip file
  • Extract the zip file
  • Open build/IdToUuidConverter.py in a text editor
    • Change line 50 to match the path to your database.json from the extracted zip
  • Run python3 build/IdToUuidConverter.py
    • Ids will be converted to uuids
    • The original database.json will NOT be manipulated
    • A database_converted.json will be created
  • Create a new zip file with the contents from the original zip file but replace database.json with database_converted.json
  • Clear your database (all tables, objects, sequences) or create a new one
  • Start PocketTracker
  • Restore the zip file at https://<your_domain>/administration/backup

v1.7.1

28 Jan 22:15
Compare
Choose a tag to compare
v1.7.1

v1.7.0

16 Jan 21:01
Compare
Choose a tag to compare
v1.7.0