Skip to content
KennBro edited this page Jan 3, 2023 · 1 revision

Update

Because the iKy frontend is developed in Angular, which is transpiled, and a CI/CD process packages it, the best way to upgrade is to download iKy-pack from [website][website] and re-run these steps

unzip iKy.zip
cd iKy-pack
pip install -r requirements.txt
cd backend
python app.py -e prod

No reinstallation of redis is necessary.

Once you have completed the above you can copy the apikeys.json file located in backend/factories inside the iKy directory from the old installation to the new installation.

Or you can use the graphical interface in the apikeys menu to use the Export/Import options (Export from the old installation and import into the new installation).

apis

Or you can use a combination of both (Best) using the import option from the new installation and looking for the apikeys.json file in backend/factories in the iKy directory of the old installation.