Releases: TheCodeLabsDevs/PocketTracker
Releases · TheCodeLabsDevs/PocketTracker
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.py
in a text editor- Change
line 50
to match the path to yourdatabase.json
from the extracted zip
- Change
- 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
withdatabase_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