Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxid-esales/eshop-migration_facts
Deprecated, please use oxideshop-facts repository to get migration paths instead.
https://github.com/oxid-esales/eshop-migration_facts
Last synced: about 1 month ago
JSON representation
Deprecated, please use oxideshop-facts repository to get migration paths instead.
- Host: GitHub
- URL: https://github.com/oxid-esales/eshop-migration_facts
- Owner: OXID-eSales
- License: gpl-3.0
- Created: 2016-09-08T11:20:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T19:16:48.000Z (almost 6 years ago)
- Last Synced: 2024-04-04T06:21:49.092Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
OXID eShop database migration related facts
===========================================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.