View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007158 | OXID eShop (all versions) | 5. ------ UpdateApp / Update ------ | public | 2020-07-10 16:39 | 2023-01-20 10:01 |
Reporter | mf | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 6.2.3 | ||||
Summary | 0007158: Error on upgrade/migrate from CE to PE/EE | ||||
Description | When doing a `composer require oxid-esales/oxideshop-metapackage-pe`the process is stopped with the message: [OxidEsales\Eshop\Core\Exception\DatabaseErrorException] Unknown column 'oxserial' in 'field list' [Doctrine\DBAL\Exception\InvalidFieldNameException] An exception occurred while executing 'select oxserial from oxshops where oxid = ?' with params [1]: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'oxserial' in 'field list' [Doctrine\DBAL\Driver\PDOException] SQLSTATE[42S22]: Column not found: 1054 Unknown column 'oxserial' in 'field list' [PDOException] SQLSTATE[42S22]: Column not found: 1054 Unknown column 'oxserial' in 'field list' | ||||
Steps To Reproduce | composer config repositories.oxid-esales composer https://professional-edition.packages.oxid-esales.com composer require oxid-esales/oxideshop-metapackage-pe | ||||
Additional Information | As a workaround its possible to do the normal setup and ignore the composer require error: composer config repositories.oxid-esales composer https://professional-edition.packages.oxid-esales.com composer require oxid-esales/oxideshop-metapackage-pe vendor/bin/oe-eshop-db_migrate migrations:migrate vendor/bin/oe-eshop-db_views_generate And do the require again: composer require oxid-esales/oxideshop-metapackage-pe | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
For upgrading b-6.2.x CE to PE and from b-6.2.x PE to EE documentation is provided in the following link: https://docs.oxid-esales.com/developer/en/6.2/update/upgrade-from-6.2.x-CE-to-6.2.x-PE.html https://docs.oxid-esales.com/developer/en/6.2/update/upgrade-from-6.2.x-PE-to-6.2.x-EE.html Important notice: You can not directly upgrade from CE edition to EE edition. you must first upgrade from CE to PE then from PE to EE based on above documentations. |