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;
- 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-updateand 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
|
show 1 more comment
- 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-updateand 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
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
|
show 1 more comment
- 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-updateand 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
- 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-updateand 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
magento-enterprise upgrade installation
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
|
show 1 more comment
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
|
show 1 more comment
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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