Releases: TheCodeLabsDevs/PocketTracker
Releases · TheCodeLabsDevs/PocketTracker
v2.0.0
v1.10.0
- switched from integers to uuids for entity ids
- update dependencies
Upgrading from version 1.9.1 to 1.10.0 or later
- Backup your database from
https://<your_domain>/administration/backup - Download the backup zip file
- Extract the zip file
- Open
build/IdToUuidConverter.pyin a text editor- Change
line 50to match the path to yourdatabase.jsonfrom the extracted zip
- Change
- Run
python3 build/IdToUuidConverter.py- Ids will be converted to uuids
- The original
database.jsonwill NOT be manipulated - A
database_converted.jsonwill be created
- Create a new zip file with the contents from the original zip file but replace
database.jsonwithdatabase_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
v1.7.1
v1.7.0
v1.7.0