Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Program UNKNOWN not found #22

Closed
alberto56 opened this issue Mar 12, 2022 · 1 comment
Closed

Program UNKNOWN not found #22

alberto56 opened this issue Mar 12, 2022 · 1 comment

Comments

@alberto56
Copy link
Contributor

Sometime between March 5 and March 12, 2022, we are starting to get the following error when trying to build:

MySQL is up! Moving on...

 [warning] Program UNKNOWN not found. Proceed if you have already created or emptied the Drupal database.
 You are about to:
 * Create a sites/default/settings.php file

 // Do you want to continue?: yes.                                              

 [notice] Starting Drupal installation. This takes a while.
 [notice] Performed install task: install_select_language
 [notice] Performed install task: install_select_profile
 [notice] Performed install task: install_load_profile
 [notice] Performed install task: install_verify_requirements

In install.core.inc line 971:
                                                                               
  Database name field is required.                                             
  Database username field is required.                                         
  Resolve all issues below to continue the installation. For help configuring  
   your database server, see the <a href="https://www.drupal.org/docs/8/insta  
  ll">installation handbook</a>, or contact your hosting provider.<div class=  
  "item-list"><ul><li>Failed to connect to your database server. The server r  
  eports the following message: <em class="placeholder">SQLSTATE[HY000] [2002  
  ] No such file or directory</em>.<ul><li>Is the database server running?</l  
  i><li>Does the database exist or does the database user have sufficient pri  
  vileges to create the database?</li><li>Have you entered the correct databa  
  se name?</li><li>Have you entered the correct username and password?</li><l  
  i>Have you entered the correct database hostname and port number?</li></ul>  
  </li></ul></div>                                                             
                                                                               

Build step 'Execute shell' marked build as failure
Triggering a new build of [delete-droplet](https://ci.dcycle.com/job/delete-droplet/)
Finished: FAILURE
@alberto56
Copy link
Contributor Author

This is due to drush-ops/drush#5094, users must change mysqli:// to mysql:// in drush si

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant