oxid-esales/eshop-migration-facts

OXID eShop database migration facts

Installs: 13 107

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 18

Forks: 0

Language:Shell

v1.0.0 2016-09-15 12:04 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:37:13 UTC


README

This component provides eShop database migration related information/facts with the help of eshop-facts. Information on how to use oe-eshop-edition_facts script together with oe-eshop-facts can be found in the following README.

Output

The following information is provided after executing the script:

  • ESHOP_CE_MIGRATION_PATH - Full path to eShop's migration folder dedicated to Community edition;
  • ESHOP_PE_MIGRATION_PATH - Full path to eShop's migration folder dedicated to Professional edition;
  • ESHOP_EE_MIGRATION_PATH - Full path to eShop's migration folder dedicated to Enterprise edition;
  • ESHOP_PROJECT_MIGRATION_PATH - Full path to eShop's migration folder dedicated to custom migrations used within a project;

Keep in mind that it's possible to override any variable from the list above by providing it as an environment variable, e.g. to change the path of eShop project specific migration folder:

ESHOP_PROJECT_MIGRATION_PATH=/var/www/project/migrations ./vendor/bin/oe-eshop-facts oe-eshop-migration_facts

Input

The following environment variables are accepted:

  • VERBOSE - Enables verbose mode which prints out all facts to STDOUT;
  • ESHOP_VERBOSE_MIGRATION_FACTS - Enables verbose mode only for the current script.