Skip to content

New data model

Pre-release
Pre-release
Compare
Choose a tag to compare
@defreng defreng released this 06 Mar 19:32
· 129 commits to main since this release
5f33b1c

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)