v1.3.0
Update Instructions
To update an instance of PANIC to this version run these commands inside the project directory:
Prior to upgrade, please make sure to backup the configs/ folder containing the configurations. This is necessary as the upgrade process will be removing these configuration files from PANIC.
docker-compose kill
docker system prune -a --volumes
git fetch
git checkout v1.3.0
sudo scripts/upgrade_to_1_3_0.sh The upgrade_to_1_3_0.sh script migrates your configurations from the file system to MongoDB.
To re-build and run PANIC (including the UI), run the following command:
docker-compose up -d --buildThe UI can be accessed from https://{UI_ACCESS_IP}:3333, where UI_ACCESS_IP is the IP of where panic is deployed (see installation guide on how to setup PANIC).
Change Log
Released on 24th October 2022
- Web Installer: Installation procedure merged into PANIC UI.
- Web Installer: Config editing functionality added to PANIC UI.
- Web Installer: Docker service removed.
- Updated PANIC UI to use
@simply-vc/uikit1.6.1. - Removed
@stencil/routerfrom PANIC UI dependencies. - API: Added endpoints required to migrate the web installer to PANIC UI
- Updated documentation throughout.
- Updated Polkadot API to 9.6.1.