oxid-esales/oxideshop-db-views-generator
OXID eShop database views regeneration from console command
Maintainers
Package info
github.com/OXID-eSales/oxideshop-db-views-generator
pkg:composer/oxid-esales/oxideshop-db-views-generator
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
proprietary 5ded48aa430147f5feb5775471c6e2e6d666ee4f
This package is auto-updated.
Last update: 2026-05-27 09:26:02 UTC
README
This component provides eShop the way of creating/recreating the views structure from console command. This might be needed after updating OXID eShop version which has a database migration.
Possible ways to use
- Run bash script:
vendor/bin/oe-eshop-db_views_generate - Run PHP script
vendor/oxid-esales/generate_views.php - Use class
ViewsGenerator
Note:
Path to bootstrap might be forced by passing ESHOP_BOOTSTRAP_PATH parameter.
ESHOP_BOOTSTRAP_PATH='source/bootstrap.php' vendor/bin/oe-eshop-db_views_generate
ESHOP_BOOTSTRAP_PATH='/var/www/oxideshop/source/bootstrap.php' php oxideshop-db-views-generator/generate_views.php
Possible return error codes
After the execution of script it will return one of the following return error codes:
0- If the execution went without errors1- If an exception was thrown and details are stored inoxideshop.logfile2- If an unknown error has been thrown and no details are available
Bugs and Issues
If you experience any bugs or issues, please report them in the section OXID eShop (all versions) of https://bugs.oxid-esales.com.
