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

Drupal 11 and Postgres 16 #146

Open
DuaelFr opened this issue Nov 28, 2024 · 2 comments
Open

Drupal 11 and Postgres 16 #146

DuaelFr opened this issue Nov 28, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@DuaelFr
Copy link
Contributor

DuaelFr commented Nov 28, 2024

I can't track why it's happening but I am unable to start a project using postgres 16 with the drupal11 recipe.
When using the drupal10 recipe, it's working expectedly.

My versions:

 @lando/cli             v3.23.14         
 @lando/core            v3.23.14         
 @lando/drupal          v1.9.2  

My lando file:

name: d11pg16
recipe: drupal11
config:
  webroot: .
  database: postgres

The result:

$ lando rebuild -y
ERROR ==> drupal-postgres version 16 is not supported

Side note: specifying postgres:16 gives the same result.

@DuaelFr DuaelFr added the bug Something isn't working label Nov 28, 2024
@DuaelFr
Copy link
Contributor Author

DuaelFr commented Nov 28, 2024

I was wrong!
It's not working with drupal10 either. I was fooled by the default version not being the same. Forcing postgres:16 on drupal10 triggers the same error.

@DuaelFr
Copy link
Contributor Author

DuaelFr commented Nov 28, 2024

I figured out that this plugin dependencies are outdated.
Opened a PR #147

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant