-
Notifications
You must be signed in to change notification settings - Fork 39
Description
After upgrading from 1.16.2 to 1.18.1 (or 1.17.x), changes made to the Resource metadata schema are reverted.
Actually, a new metadata schema version is created with the shacl from 0016_shape-resource.ttl (introduced in 1.17).
How to reproduce
-
specify versions:
export FDP_VERSION=1.16.2 FDP_CLIENT_VERSION=1.16.3 -
cdinto compose/fdp/persistent/v1 anddocker compose up -d -
in browser, login in as admin, change the
Resourcemetadata schema, and publish as1.0.1 -
update versions:
export FDP_VERSION=1.18.1 FDP_CLIENT_VERSION=1.18.1 -
update containers by calling
docker compose up -dagain -
visit http://localhost/schemas and observe the updated
Resourceschema version:1.0.2
-
edit the schema and observe that changes from 3. have been reverted
-
clean up:
docker compose down --volumes