Skip to content

Commit

Permalink
Fix typo in content migration
Browse files Browse the repository at this point in the history
- The key 'installation_schema_version' is only known by 1.5+ Ops
Managers
- Pull the 1.4.1 release along the way, but keep migrations to support
upgrading from that version of the tile

[#99455872]
  • Loading branch information
Aakash Shah committed Jul 28, 2015
1 parent d412f3e commit dce1273
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions example-product/content_migrations/example-product.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
product: example-product
installation_schema_version: "1.4"
to_version: "1.4.1.0"
installation_version: "1.4"
to_version: "1.4.2.0"

migrations:
- from_version: "1.4.0.0"
rules:
- type: update
selector: "product_version"
to: "1.4.1.0"
to: "1.4.2.0"
- from_version: "1.4.1.0"
rules:
- type: update
selector: "product_version"
to: "1.4.2.0"
2 changes: 1 addition & 1 deletion example-product/metadata/example-product.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: example-product
product_version: "1.4.1.0"
product_version: "1.4.2.0"
metadata_version: "1.4"
label: 'Ops Manager: Example Product'
description: An example product to demonstrate Ops Manager product-author features
Expand Down

0 comments on commit dce1273

Please sign in to comment.