Skip to main content

Migration helper tool

Project description

This package propose some infrastructure and helper methods to manage migrations (upgrade steps)

Contributors

Changelog

1.12 (2019-06-14)

  • Migrator class is no more an old-style class (it inherits from object now). [gbastien]

1.11 (2019-05-16)

  • Added parameter workflowsToUpdate=[] to refreshDatabase method so when parameter workflows=True, we may define which workflows to update. If nothing defined, every workflows are updated. [gbastien]

  • Moved methods that disable/restore enable_link_integrity_checks to imio.helpers.content. [gbastien]

  • Make portal_workflow available using self.wfTool. [gbastien]

1.10 (2019-03-28)

  • Added a ZLogHandler when updating catalog so some logging showing progression is shown in the Zope log. [gbastien]

  • Set a value in the REQUEST imio_migrator_currently_migrating during migration so it can be used by other code to know that we are in a migration process. [gbastien]

  • Define self.catalog and self.registry on base Migrator class so it is available for subclasses. [gbastien]

  • Added method Migrator.removeUnusedPortalTypes that will remove portal_types passed as parameter from tools portal_types and portal_factory. [gbastien]

  • Requires imio.helpers. [gbastien]

  • Added parameter disable_linkintegrity_checks=False to Migrator.__init__ so it is easier to disable linkintegrity checks during a migration. Supposed to work with Plone4 and Plone5… [gbastien]

  • Added install method [sgeulette]

1.9 (2019-01-17)

  • Improved and simplified upgradeProfile method [sgeulette]

1.8 (2018-10-18)

  • Make REQUEST available thru self.request. [gbastien]

  • Added methods removeUnusedColumns and removeUnusedIndexes to easily remove columns or indexes from portal_catalog. [gbastien]

  • Possibility to run specific upgrade steps [sgeulette]

1.7 (2018-06-26)

  • Improved reinstall method. [sgeulette]

  • Improved upgrade step to set directly rigth version. [sgeulette]

1.6 (2016-12-07)

  • Added method warn that manages warning messages, it will display the warning like before in the Zope log but will also store it so every warnings are displayed togheter at the end of the migration. [gbastien]

  • Method reinstall may now receive paremeters ignore_dependencies and dependency_strategy to use it when calling portal_setup.runAllImportStepsFromProfile. This is only useable with Products.GenericSetup >= 1.8.0 (Plone >= 4.3.8). [gbastien]

1.5 (2015-11-24)

  • Added method to run given steps of a profile. [sgeulette]

1.4 (2015-01-15)

  • Display the catalog we are currently recataloging as several can be recataloged, like in version 1.1 but this was lost somehow… [gbastien]

  • After an upgrade step has been executed, set manually new installed profile version or despite upgrade step has been executed, it is still considered not [gbastien]

1.3 (2014-10-24)

  • Added methods to run upgrade steps for a given profile or all installed profiles (with pqi update). [sgeulette]

1.2 (2014-08-18)

  • Added method to clean registries (portal_javascripts, portal_css and portal_setup)

1.1 (2014-01-30)

  • Display the catalog we are currently recataloging as several can be recataloged

  • Prepare release on pypi.imio.be

1.0 (2013-08-20)

  • Manage base migrator, reinstall profiles, refresh catalogs/workflow security, log start/end timestamp

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imio.migrator-1.12.tar.gz (17.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page