New data model
Pre-release
Pre-release
Foxops now keeps track of changes to an incarnation in its own database
Upgrade from last version
The new data model requires a data migration. The best way to do that is by calling the upgrade_all_incarnations
endpoint:
curl -X POST 'https://your-foxops-instance/api/incarnations/upgrade-all?delete_nonexisting=true'
The delete_nonexisting
parameter causes incarnations to be deleted which no longer exist in the Gitlab instance (it's a leftover cleanup)