❌

Normal view

Received β€” 2 February 2026 ⏭ Drupal - Open Source Content Platform | #Celebr8D8

Unable to revert or remove cva module updates?

After I updated Drupal Core, the cva module, and the canvas module I cannot access any admin pages. I get a 'The website encountered an unexpected error. Try again later.' message.

I tried to revert the changes, but was only able to force canvas and core back to the version I had before I updated. I've tried uninstalling/ using remove on cva but nothing is working. I'm not sure why this module is so stubborn, is it somehow connected to something I'm missing?

I've tried --with-all-dependencies (-W)
but everything I've run says there's nothing to modify in the lock file and nothing to install update or remove

submitted by /u/bebebeanboi
[link] [comments]

Deploying Drupal with Docker and Gitlab CI

Hello fellow Drupal Users,

I currently working on a DevOps flow for our Drupal deployments. There is a template available I based my work on:
https://github.com/dunglas/frankenphp-drupal/blob/main/Dockerfile

My idea was to use frankenphp to create a Container that can be spun up on the appropriate server. I have finished the gitlab-ci.yml and it builds.

I am doing heavy multisite (50+ sites). I want to mount the sites directory from the current environment into the container. This works pretty well, except for when files are changed. (For example settings.php is changed.)
Is there something I can do so frankenphp catches file change without restarting?

The whole codebase is freshly installed using composer and copied into the container. I was unable to use ssh-links inside my composer.json (I was unable to make SSHing from the build container to my Gitlab work) and instead opted to use https-links that are supplied a CI-Token using buildkit.

Is this a viable way to ship containerized drupal? Are there templates or tools out there I can learn from or any best practices or experiences you want to share?

submitted by /u/splatterb0y
[link] [comments]

How do I migrate drupal 7 -> drupal 10+

Hello, company I work for has website in drupal 7 and they asked me to uprage it to drupal 10. I already learned that this upgrade is not possible because of this big jump between those versions. So I'm gonna have to re-platform the website and migrate the data. Can anyone tell me the best/easiest way to do that please?

submitted by /u/Practical_Put8909
[link] [comments]
❌