Skip to content

Magento 2.3.0: After composer installation sampledata can't be installed from command line #19481

Closed
@dverkade

Description

@dverkade

Preconditions

  1. Magento 2.3.0
  2. Install Magento with composer
  3. Remove the version number from the composer.json file in the root of the project.

Steps to reproduce

  1. Install Magento with composer using the following command composer create-project --repository=https://repo.magento.com/ magento/project-community-edition <install-directory-name>
  2. After successful installation and setup run the following command to install the sample data: bin/magento sampledata:deploy

Expected result

  1. Sample data deploys to the freshly installed Magento environment.

Actual result

  1. Command throws the following error:
bin/magento sampledata:deploy
Git installations must deploy sample data from GitHub; see https://devdocs.magento.com/guides/v2.3/install-gde/install/sample-data-after-clone.html for more information.

image

Metadata

Metadata

Assignees

Labels

Component: SampleDataFixed in 2.4.xThe issue has been fixed in 2.4-develop branchIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentPriority: P2A defect with this priority could have functionality issues which are not to expectations.Reproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseSeverity: S1Affects critical data or functionality and forces users to employ a workaround.Triage: DoneHas been reviewed and prioritized during Triage with Product Managers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions