Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Database / Driver / pgsql / Install / Tasks.php
index 70d9a333ce04b1f0073974527bc128e2bcabeca5..e3312d2e788e17f3b61b24a7c2b22225667b60d8 100644 (file)
@@ -58,7 +58,7 @@ class Tasks extends InstallTasks {
   protected function connect() {
     try {
       // This doesn't actually test the connection.
-      db_set_active();
+      Database::setActiveConnection();
       // Now actually do a check.
       Database::getConnection();
       $this->pass('Drupal can CONNECT to the database ok.');