I have a drupal site, designed by a third party, with the codebase on Atlassian's Bitbucket. I track my work in Jira, which will create branches/PRs. I am using composer + git via a local clone in VScode to run standard updates. Merging PR's triggers a Bitbucket Pipeline, which deploys changes to Pantheon.
I know I'm a couple of years late in doing this, but I'm trying to upgrade one of my sites from Drupal 7 to 10. I have just about given up completely. What I want to do is migrate the users and one node type. The users I have gotten to work with the migrate module using drush. When I did the node it made me import all the node types of the site, but it didn't fill out the fields. So when it imported all I got was the titles. So I reverted the site back and created the node type and the two fields (a date and a file upload). Then I migrated the node types and the node. So now I got t
Hello everyone. I have some problem after upgrade core from 10.0 to 10.4. Some of views became very slow. I think the problem with function COUNT. When I use full pager this problem is actual. If I remove full pager or use mini pager it's ok. I even have no ideas how to fix it. On 10.0 it was ok. May be someone had similar issue?