akeneo / pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
http://www.akeneo.com
Other
952 stars 515 forks source link

Manual install - Error on minimal fixtures #13132

Open YannickBiet opened 3 years ago

YannickBiet commented 3 years ago

:bug: I'm reporting a Bug :bug:

following the manual install guide https://docs.akeneo.com/4.0/install_pim/manual/installation_ce.html Ubuntu 20.08 I get the last stable version of Version 4.0.67 as mentioned using the first command to retrieve the stable channel

Following the guide : https://docs.akeneo.com/4.0/install_pim/customize_dataset/index.html I tried to reinstall the DB using this command line php bin/console pim:installer:db

image

It tries to use the minimal fixture to setup the DB but it fails and we are stuck as the DB is not correctly initialized !

We have to manually enter the minimal dataset path as follow

image

You can see that the path of the dataset changed

From data set: src/Akeneo/Platform/Bundle/InstallerBundle/Resources/fixtures/minimal

To data set: vendor/akeneo/pim-community-dev/src/Akeneo/Platform/Bundle/InstallerBundle/Resources/fixtures/minimal

I think this should be fixed to help new users (like I was yesterday to don't be stucked on the database install process)

bselimb commented 3 years ago

Thank you, instead of Akeneo tech team, I do really appreciate that you shared with the solution. You basically saved my day sir.

YannickBiet commented 3 years ago

Hi Barbaros, glad it helped someone on earth ! I don't know why the bug seems to have not passed any triage yet, but hopefully it will be solved in a later release.