Upgrade from Open Source to Commerce ErrorHow to upgrade from Magento 2.3.1 CE to Magento 2.*.* EE?Unable to upgrade to Magento 2.1.0 GA via command lineMagento 2: Upgrade Readiness Check Cron script readiness check failedTrying to upgrade from 2.1.6 to 2.1.7 and getting a composer errorMagento upgrade CLI problemMagento 2 Readiness check errorMagento 2 InvalidArgumentException Could not find a matching version of packageError Magento 2.3.0 upgrade ( php requirement )Cannot upgrade to 2.3.0 using Web Setup WizardUnable to Install Magento 2.3 Via ComposerMagento is not supported on Windows OS and Mac OS?

LED glows slightly during soldering

How to know if blackberries are safe to eat

Reverse dots and boxes

Matrix with arrows and comments

What is /bin/red

Yet another hash table in C

Why does the US seem to have a rather low economic interest in Africa?

Is it okay to use open source code to do an interview task?

Is a request to book a business flight ticket for a graduate student an unreasonable one?

Do I have to worry about delays in international trains? (UK, Belgium, Germany)

What are the original Russian words for a prostitute?

Through: how to use it with subtraction of functions?

Found and corrected a mistake on someone's else paper -- praxis?

What's the point of having a RAID 1 configuration over incremental backups to a secondary drive?

Why is Nibbana referred to as "The destination and the path leading to the destination"?

The origin of a particular self-reference paradox

Addressing unnecessary daily meetings with manager?

Why weren't bootable game disks ever a thing on the IBM PC?

What the real concept of Static keyword in perspective of Embedded C. See below code

What happens when adult Billy Batson says "Shazam"?

How quality assurance engineers test calculations?

Having decision making power over someone's assets

Party going through airport security at separate times?

Why is the ladder of the LM always in the dark side of the LM?



Upgrade from Open Source to Commerce Error


How to upgrade from Magento 2.3.1 CE to Magento 2.*.* EE?Unable to upgrade to Magento 2.1.0 GA via command lineMagento 2: Upgrade Readiness Check Cron script readiness check failedTrying to upgrade from 2.1.6 to 2.1.7 and getting a composer errorMagento upgrade CLI problemMagento 2 Readiness check errorMagento 2 InvalidArgumentException Could not find a matching version of packageError Magento 2.3.0 upgrade ( php requirement )Cannot upgrade to 2.3.0 using Web Setup WizardUnable to Install Magento 2.3 Via ComposerMagento is not supported on Windows OS and Mac OS?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















  • I am upgrading Magento 2.3.1 Community Edition to Magento 2.3.1 Enterprise Edition.

  • All these prerequisites are done ✅

  • By Upgrade from the Magento Admin it do not give option of Eneterprise Edition in the list, it is only CE.


  • By following Command line Upgrade, it stucks when I execute:



    composer require magento/product-enterprise-edition=2.3.2 --no-update


    and prompts this error message:




[InvalidArgumentException]

Could not find a matching version of package
magento/product-enterprise-edition. Check the package spelling, your
version con straint and that the package is available in a
stability which matches your minimum-stability (stable).




The issue is not getting solved by many developers like me. Need your kind attention !










share|improve this question



















  • 1





    do you have your correct credentials in your ~/.composer/auth.json ?

    – Philipp Sander
    Jul 1 at 13:38






  • 1





    have you tried change the composer.json manually and then running composer update?

    – Philipp Sander
    Jul 1 at 13:43











  • Yes, I tried by changing composer.json. This is how I edited it. Pls see to verify changes are correct or not. magento.stackexchange.com/questions/278139/…

    – Ajwad Taqvi
    Jul 1 at 14:47











  • you should never, EVER post your access keys public!!!!

    – Philipp Sander
    Jul 1 at 14:51






  • 1





    you shouldn't even do this

    – Philipp Sander
    Jul 1 at 14:54

















0















  • I am upgrading Magento 2.3.1 Community Edition to Magento 2.3.1 Enterprise Edition.

  • All these prerequisites are done ✅

  • By Upgrade from the Magento Admin it do not give option of Eneterprise Edition in the list, it is only CE.


  • By following Command line Upgrade, it stucks when I execute:



    composer require magento/product-enterprise-edition=2.3.2 --no-update


    and prompts this error message:




[InvalidArgumentException]

Could not find a matching version of package
magento/product-enterprise-edition. Check the package spelling, your
version con straint and that the package is available in a
stability which matches your minimum-stability (stable).




The issue is not getting solved by many developers like me. Need your kind attention !










share|improve this question



















  • 1





    do you have your correct credentials in your ~/.composer/auth.json ?

    – Philipp Sander
    Jul 1 at 13:38






  • 1





    have you tried change the composer.json manually and then running composer update?

    – Philipp Sander
    Jul 1 at 13:43











  • Yes, I tried by changing composer.json. This is how I edited it. Pls see to verify changes are correct or not. magento.stackexchange.com/questions/278139/…

    – Ajwad Taqvi
    Jul 1 at 14:47











  • you should never, EVER post your access keys public!!!!

    – Philipp Sander
    Jul 1 at 14:51






  • 1





    you shouldn't even do this

    – Philipp Sander
    Jul 1 at 14:54













0












0








0








  • I am upgrading Magento 2.3.1 Community Edition to Magento 2.3.1 Enterprise Edition.

  • All these prerequisites are done ✅

  • By Upgrade from the Magento Admin it do not give option of Eneterprise Edition in the list, it is only CE.


  • By following Command line Upgrade, it stucks when I execute:



    composer require magento/product-enterprise-edition=2.3.2 --no-update


    and prompts this error message:




[InvalidArgumentException]

Could not find a matching version of package
magento/product-enterprise-edition. Check the package spelling, your
version con straint and that the package is available in a
stability which matches your minimum-stability (stable).




The issue is not getting solved by many developers like me. Need your kind attention !










share|improve this question
















  • I am upgrading Magento 2.3.1 Community Edition to Magento 2.3.1 Enterprise Edition.

  • All these prerequisites are done ✅

  • By Upgrade from the Magento Admin it do not give option of Eneterprise Edition in the list, it is only CE.


  • By following Command line Upgrade, it stucks when I execute:



    composer require magento/product-enterprise-edition=2.3.2 --no-update


    and prompts this error message:




[InvalidArgumentException]

Could not find a matching version of package
magento/product-enterprise-edition. Check the package spelling, your
version con straint and that the package is available in a
stability which matches your minimum-stability (stable).




The issue is not getting solved by many developers like me. Need your kind attention !







magento-enterprise upgrade installation






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 1 at 13:10







Ajwad Taqvi

















asked Jul 1 at 11:56









Ajwad TaqviAjwad Taqvi

5522 silver badges17 bronze badges




5522 silver badges17 bronze badges







  • 1





    do you have your correct credentials in your ~/.composer/auth.json ?

    – Philipp Sander
    Jul 1 at 13:38






  • 1





    have you tried change the composer.json manually and then running composer update?

    – Philipp Sander
    Jul 1 at 13:43











  • Yes, I tried by changing composer.json. This is how I edited it. Pls see to verify changes are correct or not. magento.stackexchange.com/questions/278139/…

    – Ajwad Taqvi
    Jul 1 at 14:47











  • you should never, EVER post your access keys public!!!!

    – Philipp Sander
    Jul 1 at 14:51






  • 1





    you shouldn't even do this

    – Philipp Sander
    Jul 1 at 14:54












  • 1





    do you have your correct credentials in your ~/.composer/auth.json ?

    – Philipp Sander
    Jul 1 at 13:38






  • 1





    have you tried change the composer.json manually and then running composer update?

    – Philipp Sander
    Jul 1 at 13:43











  • Yes, I tried by changing composer.json. This is how I edited it. Pls see to verify changes are correct or not. magento.stackexchange.com/questions/278139/…

    – Ajwad Taqvi
    Jul 1 at 14:47











  • you should never, EVER post your access keys public!!!!

    – Philipp Sander
    Jul 1 at 14:51






  • 1





    you shouldn't even do this

    – Philipp Sander
    Jul 1 at 14:54







1




1





do you have your correct credentials in your ~/.composer/auth.json ?

– Philipp Sander
Jul 1 at 13:38





do you have your correct credentials in your ~/.composer/auth.json ?

– Philipp Sander
Jul 1 at 13:38




1




1





have you tried change the composer.json manually and then running composer update?

– Philipp Sander
Jul 1 at 13:43





have you tried change the composer.json manually and then running composer update?

– Philipp Sander
Jul 1 at 13:43













Yes, I tried by changing composer.json. This is how I edited it. Pls see to verify changes are correct or not. magento.stackexchange.com/questions/278139/…

– Ajwad Taqvi
Jul 1 at 14:47





Yes, I tried by changing composer.json. This is how I edited it. Pls see to verify changes are correct or not. magento.stackexchange.com/questions/278139/…

– Ajwad Taqvi
Jul 1 at 14:47













you should never, EVER post your access keys public!!!!

– Philipp Sander
Jul 1 at 14:51





you should never, EVER post your access keys public!!!!

– Philipp Sander
Jul 1 at 14:51




1




1





you shouldn't even do this

– Philipp Sander
Jul 1 at 14:54





you shouldn't even do this

– Philipp Sander
Jul 1 at 14:54










0






active

oldest

votes














Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f280312%2fupgrade-from-open-source-to-commerce-error%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Magento Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f280312%2fupgrade-from-open-source-to-commerce-error%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림