Skip to content

Commit

Permalink
Remove sql create and cache rebuild on backend:install
Browse files Browse the repository at this point in the history
  • Loading branch information
ol0lll committed Aug 26, 2024
1 parent 4e4bef4 commit 7328685
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions BackendCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ public function preInstallCommand(CommandData $commandData)
*/
public function install()
{
// Cleanup existing installation.
$this->drush($this->selfRecord(), 'sql-create', [], ['yes' => $this->input()->getOption('yes')]);
$this->drush($this->selfRecord(), 'cache:rebuild');

// Do the site install
$this->drush($this->selfRecord(), 'site:install', [], ['existing-config' => true, 'yes' => $this->input()->getOption('yes')]);
}
Expand Down

0 comments on commit 7328685

Please sign in to comment.