Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Enterprise Edition #48

Open
taqvi opened this issue Jun 13, 2019 · 0 comments
Open

Upgrade to Enterprise Edition #48

taqvi opened this issue Jun 13, 2019 · 0 comments

Comments

@taqvi
Copy link

taqvi commented Jun 13, 2019

I am trying to upgrade to Magento 2 EE after installing Magento 2.3.1 CE using this Image. But there is no luck yet. What I did is:

  1. Updated access keys in auth.json with Enterprise edition access keys.
  2. Updated composer.json (Changed name, type, license and "require")
{
    "name": "magento/product-enterprise-edition",
    "description": "eCommerce Platform for Growth (Enterprise Edition)",
    "type": "metapakage",
    "license": [
    "Proprietary"
    ],
    "config": {
    "preferred-install": "dist",
    "sort-packages": true
    },
    "require": {
    "magento/product-enterprise-edition": "2.3.1"
    },
..........................
..........................
}

and executed:

composer update

but it removed many dependencies. I also tried upgrade from Magento Backend, as described here [https://devdocs.magento.com/guides/v2.3/comp-mgr/upgrader/ce-ee-upgrade-start.html]
but it says 'you are already using latest version'. Where is problem ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant