Project

General

Profile

Bug #101172

Updated by Jochen Roth 11 months ago

When running this command with a already filled database: 
 <pre> 
 ddev typo3 setup \ 
     --driver=mysqli \ 
     --host=db \ 
     --dbname=db \ 
     --port=3306 \ 
     --username=db \ 
     --password=db \ 
     --admin-username=admin \ 
     --admin-user-password=Password.1 \ 
     --admin-email="typo3@example.com" \ 
     --force -n 

 </pre> 

 the following exception is thrown: 

 <pre> 
 In SetupCommand.php line 284: 
                                                                                                          
   The selected database contains already 42 tables. Please delete all tables or select another database.   
                                                                                                          
 </pre> 

 Streamline This is correct, but the message like the other error messaged exit code is "0" 

 <pre> 
 x The message 
 </pre> exist code should be "1"

Back