Skip to content

New Setup System #673

Closed
Closed
@tzyganu

Description

@tzyganu

I know that the setup system available since alpha 96 is just at the beginning and you already know some issues about it but I thought to add some in here:

  • The setup page is still accessible after installing Magento
  • If the setup is a kind of a "standalone" application is there any need for the Magento_Install module?
  • If I install Magento 2 over an existing database (sample data) that already contains some records in the authorization_role table (old admin_role table), where the role_name Administrators has an other id beside 1 I cannot login in the backend because the parent role is hardcoded in Magento\Setup\Model\AdminAccount.
  • Is there really a need to run the data updates with the exec command? It seams to me like it introduces an unnecessary dependency. Some servers may not allow this. If it's necessary, maybe a check should be made and notify the user that the server does not allow exec.
  • The install log file is named install.log. I think it's better to have a unique name. If I run 2 install processes on the same machine at the same time the file is locked by the first install and I cannot see the progress on my second install. I know this is a rare case, but still....

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions