Project

General

Profile

« Previous | Next » 

Revision ea60b444

Added by Ivan Necas almost 7 years ago

Full upgrade scenario

This commit intoroduces more structured upgrade scenario consisting of
this scenarios:

  • pre_upgrade_check - non-modifying checks: is the system ready?
  • pre_migrations - modifying procedures before source update
  • migrations - source update and main migrations
  • post_migrations - additional steps after migration
  • post_upgrade_check - non-modifying checks: was the upgrade successful

If there were some failures or warnings in the checks, the reporter
informs the user about it and asks for confirmation.

  • added
  • modified
  • copied
  • renamed
  • deleted