Islandora-Devops / islandora-sandbox

Composer project used by ISLE as part of deploying Islandora Install Profile Demo. https://github.com/Islandora-Devops/isle-buildkit
GNU General Public License v2.0
0 stars 17 forks source link

Postgresql error #3

Open marc1aj opened 3 years ago

marc1aj commented 3 years ago

I am trying to do a local install of the sandbox and I keep running into an issue with Postgresql. After the Drupal installation is complete, the next step generates an error that appears throughout afterwards. It starts with:

Error: Class 'Drupal\Core\Database\Driver\postgresql\Connection' not found in /var/www/drupal/web/core/lib/Drupal/Core/Database/Database.php on line 374

and then it ends with:

[warning] Drush command terminated abnormally

And finally it says:

make [1]: [Makefile:147: run-islandora-migrations] Error 1 make[1]: Leaving directory '/opt/isle-dc' make: [Makefile:350: local] Error 2

When I run the local command again, at one point the Makefile message was referring to update-settings-php at Makefile:150.

I am not familiar with the workings of docker-compose etc so I am not sure where to turn to next especially since the mariadb version seems to work well enough. Our IT department generally prefers the use of Postgresql, which is why I am opting to use it. Any insights you can provide would be greatly appreciated.

Thanks, Marcia

rosiel commented 2 years ago

Hi @marc1aj ,

Thank you so much for your comment! I can't tell from your description whether you're attempting to install this sandbox alone, or as part of an ISLE installation:

https://github.com/Islandora-Devops/isle-buildkit

Despite what it looks like, it was never meant to be installed on its own! If you'd like to explore Islandora, check out our online sandbox or OVA download: https://islandora.ca/try . The ansible playbook also works to install Islandora.

rosiel commented 2 years ago

Also, we'll shortly be deleting the issue queue on this repo (it was enabled by accident, as all Islandora issues go in our documentation repo: https://github.com/Islandora/documentation/issues)