wis2box 1.0.0rc1 released #866
tomkralidis
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the first Release Candidate of wis2box 1.0.0. This release is considered feature complete and under consideration for the final 1.0.0 release. This release adds improvements to updating wis2box installations, numerous bug fixes and updates for WIS2 compliance in support of stabilizing the codebase.
Users are strongly encouraged to update to this release for WIS2 compliance.
When updating from 1.0b8 users can preserve their configuration for stations and datasets. Updating from older releases will require a clean start. See the migration notes below for more details
Enhancements/updates
wis2box-ctl.py update
usingVERSION.txt
WIS2BOX_STORAGE_DATA_RETENTION_DAYS
andWIS2BOX_STORAGE_API_RETENTION_DAYS
Bug fixes
New installations
Please follow the instructions provided at https://docs.wis2box.wis.wmo.int/en/1.0.0rc1/user/getting-started.html
Migrating existing installations
Users running versions earlier than 1.0b8 should prune wis2box volumes and images and re-configure wis2box.
python3 wis2box.ctl stop docker volume prune -a docker image prune -a cd ../
Then proceed with instructions at:
https://docs.wis2box.wis.wmo.int/en/1.0.0rc1/user/setup.html
Updating from 1.0b8
Users updating from wis2box-1.0b8 do not need to prune volumes but will be required to perform data migrations to retain previously published data in the API backend.
To update please perform the following steps:
python3 wis2box.ctl stop docker image prune -a cd ../
Download the new archive, copy your old
wis2box.env
and restart:Upon start you will receive the following prompt:
Select
y
to continue with the download of images and wait until services are started:Check if you previous wis2box URL shows your existing datasets before proceeding. This may take some time.
To run migrations first login to the wis2box container:
Then run the following command to recreate data collections in the API backend and re-process last 2 days of data:
Wait for the command to complete then exit the container:
exit
Documentation
Documentation for this release is available at https://docs.wis2box.wis.wmo.int/en/1.0.0rc1
Feedback
All contributions are always welcome. Feedback is welcome via GitHub issues or discussions.
The wis2box team
https://docs.wis2box.wis.wmo.int
This discussion was created from the release 1.0.0rc1.
Beta Was this translation helpful? Give feedback.
All reactions