View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007684 | OXID eShop (all versions) | 6. ------ Setup ------- | public | 2024-06-25 17:57 | 2024-06-27 07:44 |
Reporter | rene.gust | Assigned To | |||
Priority | low | Severity | text | Reproducibility | N/A |
Status | confirmed | Resolution | open | ||
Product Version | 7.1.0 | ||||
Summary | 0007684: Documentation Improvement for Module Migrations | ||||
Description | - As an OXID developer, I need to upgrade from OXID 6.2 to 7.1 and execute the migrations of the core and the modules. - I found this documentation: https://docs.oxid-esales.com/developer/en/7.0/development/tell_me_about/migrations.html - It took me a while to figure out how to execute the migrations of the modules - I could not find the specific command to run the migrations of a module - The chapter #module-migrations explains how to create migrations but not how to run them - The chapter #calling-doctrine-migrations-directly explains it for the core - Another thing that stands out is that the documentation of the migrations in version 7.1 lacks some parts of the version 7.0 documentation, such as the module migrations chapter: - https://docs.oxid-esales.com/developer/en/7.0/development/tell_me_about/migrations.html - https://docs.oxid-esales.com/developer/en - finally I found the command to do a migration of a module by trial and error: `vendor/bin/oe-eshop-db_migrate migrations:migrate my-nice-little-module-baby` As I'm sure I will do this again in future I'm interested to have this documented in a central location, so I would love to make a suggestion for the docs improvement but I dont know how. | ||||
Tags | Documentation | ||||
Theme | Not defined | ||||
Browser | All | ||||
PHP Version | All | ||||
Database Version | All | ||||