Problem Statement
One missing element is the instructions from upgrading from previous version to current version so that current dataset is retained and migrated over to the new version.
- this assures the downtime is less
- inherits all the necessary changes
- accounts for any changes so upgrade is effortless (allows user base to migrate to latest version with ease, assure users are actively using the latest version0
docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build
Proposed Solution
-
point to previous and current ex. upgrade /path/previous/verison /path /to/current/version
-
part of build process identify previous version installed path
Alternatives Considered
No response
Feature Area
Wardrobe Management (items, photos)
How important is this feature to you?
Important to allow upgrading seamless so that always on the most recent build.
Additional Context
No response
Contribution
Problem Statement
One missing element is the instructions from upgrading from previous version to current version so that current dataset is retained and migrated over to the new version.
docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build
Proposed Solution
point to previous and current ex. upgrade /path/previous/verison /path /to/current/version
part of build process identify previous version installed path
Alternatives Considered
No response
Feature Area
Wardrobe Management (items, photos)
How important is this feature to you?
Important to allow upgrading seamless so that always on the most recent build.
Additional Context
No response
Contribution