Skip to content

Commit

Permalink
fix path to versioned in specs/upgrade.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eslam-Nawara committed Dec 12, 2024
1 parent 809009a commit 68598f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following procedure is what is needed to boot a new machine to `zos:v2`
> - Create another mem disk of proper size, use it as a temporary cache for the downloads, then cleared up after the files are copied to the tmpfs of the rootfs
## Data Migration
Since some daemons need to keep some sort of state on disk. Daemons **MUST** make sure they are always compatible with the older version of their data. It's totally up to the daemon to decide how it's gonna track the version number of the data schema, but we provided a small util library to work with [versioned](../modules/versioned) data.
Since some daemons need to keep some sort of state on disk. Daemons **MUST** make sure they are always compatible with the older version of their data. It's totally up to the daemon to decide how it's gonna track the version number of the data schema, but we provided a small util library to work with [versioned](../pkg/versioned) data.

> We are concerned with the version of the data `schema` not the version of the data object.
Expand Down

0 comments on commit 68598f5

Please sign in to comment.