SlideShare a Scribd company logo
1 of 29
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
AGENDA
1
Simplified and Cost-Effective
Drupal 9 Migration
Sep 15, 2021
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Webinar House Keeping Instructions
2
 All phones are set to mute, if you have questions, please type them in the chat window located
beside the presentation panel.
 Questions will be answered at the end of session on the order in which they are received.
 We will continue to collect more questions during the session as we receive and will try to answer
them during Q&A session.
 In case if you do not receive answers to your questions today, you will certainly receive answers via
email shortly
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Speaker For the Day
3
Dinesh Jeyaraj
Account Manager at Ameex Technologies
Azharuddin Shahabudeen
Project Manager at Ameex Technologies
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Ameex is a Trusted Digital Solutions Partner
4
“Ameex helps Tech
managers leverage
AI as a strategic
advantage”
An 8 times
consecutive INC
5000 company
(2014-2020)
Awarded "Best
Personalization
Practice in Action"
by Acquia
ISO/IEC 27001:2013
CERTIFIED
SINCE
2007
HQ
Schaumburg, IL
USA
600+
Strong Global
Team
15+
Global 500
Brands
150+
Support
Clients
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Our Journey
5
Founded
2007
DXP & UX
2012
Web Dev &
Implementation
Leveraged Mobile,
Data Science,
Digital Solutioning
Solutioning
2015
Scale
2017
Enterprise Grade
Solutions; End to
End Digital
Experiences
Versatility/Diversity
in Team & Skillset;
Tackle more diverse
client challenges
Value
2020+
Outcome-Driven
Digital Solutions;
Connected Digital
Experiences;
Value Driven
Engagements
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Our Approach: 2020 & Beyond
6
Innovative
Digital
Solutions
Digital
Technology
User
Experience
Digital
Analytics
Digital
Marketing
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
AGENDA
7
• Upgrade Overview
• Why Upgrade
• Drupal 9 Features
• Migration Comparison D7 vs D8
• Migration Plan D7 &D8
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
8
Drupal 9 Station
Drupal 8
Low to mid-level migration effort - Drupal 8
High Migration effort – Drupal 7
Drupal 7
Drupal 6
Cleaner, Streamlined,
backward compatible
Upgrade Overview
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Why Upgrade
Drupal 10
• Launch June 2022
Current version 9.2.x
Drupal 9
• Launched June 2020
• EOL Nov 2023
Current version 8.9.x
Drupal 8
• EOL Nov 2021
Current version 7.9.x
Drupal 7
• EOL Nov 2022
EOL Implications
• Lack of Community Support
• Features
• Security
• Patch/Bug Fixes
• Redundant work (Upgrade Later,
Build Now)
• Marked as insecure in 3rd party
scans making the integration with other
third-party tools and systems difficult.
• Leading hosting services providers
like Acquia and Pantheon may
withdraw support
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Drupal 9 Features
Backward Compatible
Performance
Content Workflow
Multilingual capabilities
New Field additions for better data collection
Refined Version of Drupal 7/8
Latest version Symphony(4.4) and Twig (2.0)
Headless CMS
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Backward Compatible
Built from Drupal 8 git branch
First installed in Drupal 8 Sites and fixed issues
Avoided major architecture change
Most of Drupal 8 Modules are supported by 9
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Performance
•Faster with zero configurations
Dynamic parts are loaded as place holders
First static contents are flushed out and then stream for placeholders
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Content Workflow
Enable Content
Moderation module
Define the States of
Workflow
Draft, Review, Pre-
Release, Publish (Define
own state)
Define Transitions
what to do after a change
of state
Define to move from
Draft -> Review
Workflow Tagged to
Components
Article Content Type
Banner Content Type
Content Revision
Track who made changes
and when
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Refined Version of Drupal 7/8
Cleaner Code Base
Removal of deprecated code support
Drupal 7/8 modules need to remove deprecation before upgrading to Drupal 9
Improves performance
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Headless CMS
• Interaction between Web Service and other application
• Mobile APP. IOT, Wearables
• Decoupling Front End and Back end
• Out-of-the-box REST API that allows operators to interact with content entities
like taxonomy terms, nodes, users, and comments
• JSON, GraphQL, OAuth(Custom Development)
• Content CMS,Reservoir (Drupal supported Module)
16
c
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Drupal 7 vs Drupal 8 Migration Effort
Drupal 77 Drupal 8
Major
Architecture
Change with
redeveloping
effort
No Architectural
change only
compatibility
check and
upgrade
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Planning Drupal 7/8 to 9 Upgrade
Plan a window for release
1
Check Prerequisites – Platform Requirements
2
Audit Dependencies
3
Check Deprecated Code
4
Refactor/update/remove the code
5
Check Module compatibility with Drupal 9
6
Upgrade
7
Given Drupal 8 EOL, directly
upgrade to Drupal 9 as it can
reduce the cost/effort of
planning ,development, testing,
and Deployment
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Pre-Requisites
• Website Compatibility
Audit Current site(7/8) for compatibility with
Drupal supported Modules
• Upgrade Status Module (Checks
Contributed Module upgrade status)
• Core Migrate module suite for
Migration and removing deprecated Code
• Custom Migration based on
Architecture
Microsoft Excel
Worksheet
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Pre-Requisites
• Environment requirements:
• PHP 7.3 for enhanced security and stability.
• Apache, it will require at least version 2.4.7.
• MySQL or Percona, version 5.7.8+ is required
• Nginx, at least version 0.7.x
• Symfony:
• Uses Symfony 4.4. But, Drupal 8 uses Symfony 3
• Twig:
• Drupal 9 will also move from Twig 1 to Twig 2
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Upgrade Steps D7 to D9
Update to the current site to latest version 7.9.x
Create a new Drupal 9 instance with Latest Core and required contributed modules.
Install the migrate modules ie Migrate Drupal UI
Define Source Site for DB, File directory
Review/Preview the Upgrade, Install the alternate modules or manually create them
in the instance and retry the upgrade
Perform the upgrade
Review Migration Logs
Do a round of Site wide Testing
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Defining the Source Site
22
D7 Site D9 Site
Migrating Configurations
Content Types, Fields, User Roles etc
Migrating Content
Nodes, users, taxonomy
Source Destination
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Upgrade Preview
23
 Not all contributed modules have automatic
upgrade paths. This may require a manual or
custom migration.
 Drupal 8/9 changed how themes are structured.
These changes can't be migrated must be rebuilt to
work in Drupal 8/9
 If a less complex site then the contents can be
recreated in D8/9 rather than customizing the
migration as effort is higher
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Performing Upgrade
24
Once we click on perform update this screen will load with all the files that are updated
Could take hours, based on site complexity
Shows status of upgrade
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Migration Logs Check
25
Review and Debug migration issues
Module/file specific issues
Fix and rerun the upgrades
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Upgrade Steps Drupal 8 to 9 Upgrade
Given Drupal 8 EOL on Nov 21,
we would recommend to start
the planning as soon as feasible
Ensure the platform requirements are in place
1
Update to Drupal 8.9.x, if not done already
2
Run a Compatibility checker with Upgrade status module
3
Refactor/update/remove the code for custom and contributed
modules based on findings
4
Update the Core to Drupal 9.2.x
5
Run update.php
6
Do a site wide testing
7
27
?
Queries
Thank You
https://www.AmeexUSA.com
© 2021 Ameex Technologies | www.AmeexUSA.com | Confidential
Why upgrade from Drupal 7 to Drupal 9
29
• Smooth Editorial Experiences
• Thanks to the Media Library, CKEditor for post creation, configurable toolbar, the quick edit feature, Layout Builder, content
moderation options, modern Claro admin theme, and much more.
• Multilingual
• Mobile-first
• Easy upgrades ever after

More Related Content

What's hot

Introdution to HTML 5
Introdution to HTML 5Introdution to HTML 5
Introdution to HTML 5onkar_bhosle
 
Creating a Documentation Portal
Creating a Documentation PortalCreating a Documentation Portal
Creating a Documentation PortalSteve Anderson
 
Building your first d8 theme
Building your first d8 themeBuilding your first d8 theme
Building your first d8 themeMario Hernandez
 
Html 5 few Features and Elements
Html 5 few Features and ElementsHtml 5 few Features and Elements
Html 5 few Features and ElementsClark Davidson
 
Employee Info Starter Kit
Employee Info Starter KitEmployee Info Starter Kit
Employee Info Starter Kitjoycsc
 
Html5 with SharePoint 2010
Html5 with SharePoint 2010Html5 with SharePoint 2010
Html5 with SharePoint 2010Hemant Joshi
 
2012 - HTML5, CSS3 and jQuery with SharePoint 2010
2012 - HTML5, CSS3 and jQuery with SharePoint 20102012 - HTML5, CSS3 and jQuery with SharePoint 2010
2012 - HTML5, CSS3 and jQuery with SharePoint 2010Chris O'Connor
 
The Future of the Web: HTML5
The Future of the Web: HTML5The Future of the Web: HTML5
The Future of the Web: HTML5Derek Bender
 
Build a DNN Module in Minutes
Build a DNN Module in MinutesBuild a DNN Module in Minutes
Build a DNN Module in MinutesWill Strohl
 
Replacing flash with HTML5 and CSS3
Replacing flash with HTML5 and CSS3Replacing flash with HTML5 and CSS3
Replacing flash with HTML5 and CSS3Saurabh Kheni
 
Rapid Application Development in Plone - Paul Roe
Rapid Application Development in Plone - Paul RoeRapid Application Development in Plone - Paul Roe
Rapid Application Development in Plone - Paul Roeknappt
 
Drupal 7 vs. Drupal 8: A Contrast of Multilingual Support
Drupal 7 vs. Drupal 8: A Contrast of Multilingual SupportDrupal 7 vs. Drupal 8: A Contrast of Multilingual Support
Drupal 7 vs. Drupal 8: A Contrast of Multilingual SupportAcquia
 
Adobe FrameMaker Workshop TC Camp 2015
Adobe FrameMaker Workshop TC Camp 2015Adobe FrameMaker Workshop TC Camp 2015
Adobe FrameMaker Workshop TC Camp 2015Maxwell Hoffmann
 

What's hot (20)

Html5
Html5Html5
Html5
 
Gwt Presentation 1
Gwt Presentation 1Gwt Presentation 1
Gwt Presentation 1
 
Introdution to HTML 5
Introdution to HTML 5Introdution to HTML 5
Introdution to HTML 5
 
Html 5 introduction
Html 5 introductionHtml 5 introduction
Html 5 introduction
 
Html5 Flyover
Html5 FlyoverHtml5 Flyover
Html5 Flyover
 
Creating a Documentation Portal
Creating a Documentation PortalCreating a Documentation Portal
Creating a Documentation Portal
 
Html5
Html5Html5
Html5
 
Building your first d8 theme
Building your first d8 themeBuilding your first d8 theme
Building your first d8 theme
 
HTML 5 Overview
HTML 5 OverviewHTML 5 Overview
HTML 5 Overview
 
Html 5 few Features and Elements
Html 5 few Features and ElementsHtml 5 few Features and Elements
Html 5 few Features and Elements
 
Employee Info Starter Kit
Employee Info Starter KitEmployee Info Starter Kit
Employee Info Starter Kit
 
Html5 with SharePoint 2010
Html5 with SharePoint 2010Html5 with SharePoint 2010
Html5 with SharePoint 2010
 
web designing course bangalore
web designing course bangaloreweb designing course bangalore
web designing course bangalore
 
2012 - HTML5, CSS3 and jQuery with SharePoint 2010
2012 - HTML5, CSS3 and jQuery with SharePoint 20102012 - HTML5, CSS3 and jQuery with SharePoint 2010
2012 - HTML5, CSS3 and jQuery with SharePoint 2010
 
The Future of the Web: HTML5
The Future of the Web: HTML5The Future of the Web: HTML5
The Future of the Web: HTML5
 
Build a DNN Module in Minutes
Build a DNN Module in MinutesBuild a DNN Module in Minutes
Build a DNN Module in Minutes
 
Replacing flash with HTML5 and CSS3
Replacing flash with HTML5 and CSS3Replacing flash with HTML5 and CSS3
Replacing flash with HTML5 and CSS3
 
Rapid Application Development in Plone - Paul Roe
Rapid Application Development in Plone - Paul RoeRapid Application Development in Plone - Paul Roe
Rapid Application Development in Plone - Paul Roe
 
Drupal 7 vs. Drupal 8: A Contrast of Multilingual Support
Drupal 7 vs. Drupal 8: A Contrast of Multilingual SupportDrupal 7 vs. Drupal 8: A Contrast of Multilingual Support
Drupal 7 vs. Drupal 8: A Contrast of Multilingual Support
 
Adobe FrameMaker Workshop TC Camp 2015
Adobe FrameMaker Workshop TC Camp 2015Adobe FrameMaker Workshop TC Camp 2015
Adobe FrameMaker Workshop TC Camp 2015
 

Similar to Webinar : Simplified and Cost-Effective Drupal 9 Migration

Continuous Delivery with CloudBees Core
Continuous Delivery with CloudBees CoreContinuous Delivery with CloudBees Core
Continuous Delivery with CloudBees CoreBhavani Rao
 
Docker EE 2.0 choice security agility by Erik Tan,Tech Insights Singapore - 2...
Docker EE 2.0 choice security agility by Erik Tan,Tech Insights Singapore - 2...Docker EE 2.0 choice security agility by Erik Tan,Tech Insights Singapore - 2...
Docker EE 2.0 choice security agility by Erik Tan,Tech Insights Singapore - 2...Ashnikbiz
 
Amazon Web Services and PaaS - Enterprise Java for the Cloud Era? - Mark Pric...
Amazon Web Services and PaaS - Enterprise Java for the Cloud Era? - Mark Pric...Amazon Web Services and PaaS - Enterprise Java for the Cloud Era? - Mark Pric...
Amazon Web Services and PaaS - Enterprise Java for the Cloud Era? - Mark Pric...jaxconf
 
Implementing DevOps – How it came to the fore, its key elements and example d...
Implementing DevOps – How it came to the fore, its key elements and example d...Implementing DevOps – How it came to the fore, its key elements and example d...
Implementing DevOps – How it came to the fore, its key elements and example d...Barton George
 
There's More to Docker than the Container: The Docker Platform - Kendrick Col...
There's More to Docker than the Container: The Docker Platform - Kendrick Col...There's More to Docker than the Container: The Docker Platform - Kendrick Col...
There's More to Docker than the Container: The Docker Platform - Kendrick Col...{code} by Dell EMC
 
Docker Birthday #5 Meetup Cluj - Presentation
Docker Birthday #5 Meetup Cluj - PresentationDocker Birthday #5 Meetup Cluj - Presentation
Docker Birthday #5 Meetup Cluj - PresentationAlex Vranceanu
 
Tampere Docker meetup - Happy 5th Birthday Docker
Tampere Docker meetup - Happy 5th Birthday DockerTampere Docker meetup - Happy 5th Birthday Docker
Tampere Docker meetup - Happy 5th Birthday DockerSakari Hoisko
 
Containerizing Your On-Premise Environment
Containerizing Your On-Premise EnvironmentContainerizing Your On-Premise Environment
Containerizing Your On-Premise EnvironmentMichael Mohen
 
DockerPenang Meetup #3
DockerPenang Meetup #3DockerPenang Meetup #3
DockerPenang Meetup #3Sujay Pillai
 
DockerPenang Meetup#1
DockerPenang Meetup#1DockerPenang Meetup#1
DockerPenang Meetup#1Sujay Pillai
 
Docker EE 2.0 Choice, Security & Agility
Docker EE 2.0Choice, Security & AgilityDocker EE 2.0Choice, Security & Agility
Docker EE 2.0 Choice, Security & AgilityAshnikbiz
 
Modernize Traditional Applications with Docker EE
Modernize Traditional Applications with Docker EEModernize Traditional Applications with Docker EE
Modernize Traditional Applications with Docker EERiedwaan Bassadien
 
DRUPAL 7 END OF LIFE IS NEAR - MIGRATE TO DRUPAL 9 FAST AND EASY
DRUPAL 7 END OF LIFE IS NEAR - MIGRATE TO DRUPAL 9 FAST AND EASYDRUPAL 7 END OF LIFE IS NEAR - MIGRATE TO DRUPAL 9 FAST AND EASY
DRUPAL 7 END OF LIFE IS NEAR - MIGRATE TO DRUPAL 9 FAST AND EASYAcquia
 
Foundry Management System Desktop Application
Foundry Management System Desktop Application Foundry Management System Desktop Application
Foundry Management System Desktop Application Dharmendra Sid
 
Docker Bday #5, SF Edition: Introduction to Docker
Docker Bday #5, SF Edition: Introduction to DockerDocker Bday #5, SF Edition: Introduction to Docker
Docker Bday #5, SF Edition: Introduction to DockerDocker, Inc.
 
Anwesha_TEKsystems_regular
Anwesha_TEKsystems_regularAnwesha_TEKsystems_regular
Anwesha_TEKsystems_regularAnwesha Pahi
 
Introduction of CCE and DevCloud
Introduction of CCE and DevCloudIntroduction of CCE and DevCloud
Introduction of CCE and DevCloudOpsta
 
Docker Enterprise Edition Overview by Steven Thwaites, Technical Solutions En...
Docker Enterprise Edition Overview by Steven Thwaites, Technical Solutions En...Docker Enterprise Edition Overview by Steven Thwaites, Technical Solutions En...
Docker Enterprise Edition Overview by Steven Thwaites, Technical Solutions En...Ashnikbiz
 

Similar to Webinar : Simplified and Cost-Effective Drupal 9 Migration (20)

Continuous Delivery with CloudBees Core
Continuous Delivery with CloudBees CoreContinuous Delivery with CloudBees Core
Continuous Delivery with CloudBees Core
 
Docker EE 2.0 choice security agility by Erik Tan,Tech Insights Singapore - 2...
Docker EE 2.0 choice security agility by Erik Tan,Tech Insights Singapore - 2...Docker EE 2.0 choice security agility by Erik Tan,Tech Insights Singapore - 2...
Docker EE 2.0 choice security agility by Erik Tan,Tech Insights Singapore - 2...
 
Amazon Web Services and PaaS - Enterprise Java for the Cloud Era? - Mark Pric...
Amazon Web Services and PaaS - Enterprise Java for the Cloud Era? - Mark Pric...Amazon Web Services and PaaS - Enterprise Java for the Cloud Era? - Mark Pric...
Amazon Web Services and PaaS - Enterprise Java for the Cloud Era? - Mark Pric...
 
Implementing DevOps – How it came to the fore, its key elements and example d...
Implementing DevOps – How it came to the fore, its key elements and example d...Implementing DevOps – How it came to the fore, its key elements and example d...
Implementing DevOps – How it came to the fore, its key elements and example d...
 
There's More to Docker than the Container: The Docker Platform - Kendrick Col...
There's More to Docker than the Container: The Docker Platform - Kendrick Col...There's More to Docker than the Container: The Docker Platform - Kendrick Col...
There's More to Docker than the Container: The Docker Platform - Kendrick Col...
 
Docker Birthday #5 Meetup Cluj - Presentation
Docker Birthday #5 Meetup Cluj - PresentationDocker Birthday #5 Meetup Cluj - Presentation
Docker Birthday #5 Meetup Cluj - Presentation
 
Tampere Docker meetup - Happy 5th Birthday Docker
Tampere Docker meetup - Happy 5th Birthday DockerTampere Docker meetup - Happy 5th Birthday Docker
Tampere Docker meetup - Happy 5th Birthday Docker
 
Containerizing Your On-Premise Environment
Containerizing Your On-Premise EnvironmentContainerizing Your On-Premise Environment
Containerizing Your On-Premise Environment
 
DockerPenang Meetup #3
DockerPenang Meetup #3DockerPenang Meetup #3
DockerPenang Meetup #3
 
DockerPenang Meetup#1
DockerPenang Meetup#1DockerPenang Meetup#1
DockerPenang Meetup#1
 
Docker EE 2.0 Choice, Security & Agility
Docker EE 2.0Choice, Security & AgilityDocker EE 2.0Choice, Security & Agility
Docker EE 2.0 Choice, Security & Agility
 
Modernize Traditional Applications with Docker EE
Modernize Traditional Applications with Docker EEModernize Traditional Applications with Docker EE
Modernize Traditional Applications with Docker EE
 
DRUPAL 7 END OF LIFE IS NEAR - MIGRATE TO DRUPAL 9 FAST AND EASY
DRUPAL 7 END OF LIFE IS NEAR - MIGRATE TO DRUPAL 9 FAST AND EASYDRUPAL 7 END OF LIFE IS NEAR - MIGRATE TO DRUPAL 9 FAST AND EASY
DRUPAL 7 END OF LIFE IS NEAR - MIGRATE TO DRUPAL 9 FAST AND EASY
 
Docker12 factor
Docker12 factorDocker12 factor
Docker12 factor
 
Foundry Management System Desktop Application
Foundry Management System Desktop Application Foundry Management System Desktop Application
Foundry Management System Desktop Application
 
Docker Bday #5, SF Edition: Introduction to Docker
Docker Bday #5, SF Edition: Introduction to DockerDocker Bday #5, SF Edition: Introduction to Docker
Docker Bday #5, SF Edition: Introduction to Docker
 
Anwesha_TEKsystems_regular
Anwesha_TEKsystems_regularAnwesha_TEKsystems_regular
Anwesha_TEKsystems_regular
 
Introduction of CCE and DevCloud
Introduction of CCE and DevCloudIntroduction of CCE and DevCloud
Introduction of CCE and DevCloud
 
Docker Enterprise Edition Overview by Steven Thwaites, Technical Solutions En...
Docker Enterprise Edition Overview by Steven Thwaites, Technical Solutions En...Docker Enterprise Edition Overview by Steven Thwaites, Technical Solutions En...
Docker Enterprise Edition Overview by Steven Thwaites, Technical Solutions En...
 
Webinar : Docker in Production
Webinar : Docker in ProductionWebinar : Docker in Production
Webinar : Docker in Production
 

Recently uploaded

Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 

Recently uploaded (20)

Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 

Webinar : Simplified and Cost-Effective Drupal 9 Migration

  • 1. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential AGENDA 1 Simplified and Cost-Effective Drupal 9 Migration Sep 15, 2021
  • 2. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Webinar House Keeping Instructions 2  All phones are set to mute, if you have questions, please type them in the chat window located beside the presentation panel.  Questions will be answered at the end of session on the order in which they are received.  We will continue to collect more questions during the session as we receive and will try to answer them during Q&A session.  In case if you do not receive answers to your questions today, you will certainly receive answers via email shortly
  • 3. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Speaker For the Day 3 Dinesh Jeyaraj Account Manager at Ameex Technologies Azharuddin Shahabudeen Project Manager at Ameex Technologies
  • 4. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Ameex is a Trusted Digital Solutions Partner 4 “Ameex helps Tech managers leverage AI as a strategic advantage” An 8 times consecutive INC 5000 company (2014-2020) Awarded "Best Personalization Practice in Action" by Acquia ISO/IEC 27001:2013 CERTIFIED SINCE 2007 HQ Schaumburg, IL USA 600+ Strong Global Team 15+ Global 500 Brands 150+ Support Clients
  • 5. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Our Journey 5 Founded 2007 DXP & UX 2012 Web Dev & Implementation Leveraged Mobile, Data Science, Digital Solutioning Solutioning 2015 Scale 2017 Enterprise Grade Solutions; End to End Digital Experiences Versatility/Diversity in Team & Skillset; Tackle more diverse client challenges Value 2020+ Outcome-Driven Digital Solutions; Connected Digital Experiences; Value Driven Engagements
  • 6. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Our Approach: 2020 & Beyond 6 Innovative Digital Solutions Digital Technology User Experience Digital Analytics Digital Marketing
  • 7. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential AGENDA 7 • Upgrade Overview • Why Upgrade • Drupal 9 Features • Migration Comparison D7 vs D8 • Migration Plan D7 &D8
  • 8. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential 8 Drupal 9 Station Drupal 8 Low to mid-level migration effort - Drupal 8 High Migration effort – Drupal 7 Drupal 7 Drupal 6 Cleaner, Streamlined, backward compatible Upgrade Overview
  • 9. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Why Upgrade Drupal 10 • Launch June 2022 Current version 9.2.x Drupal 9 • Launched June 2020 • EOL Nov 2023 Current version 8.9.x Drupal 8 • EOL Nov 2021 Current version 7.9.x Drupal 7 • EOL Nov 2022 EOL Implications • Lack of Community Support • Features • Security • Patch/Bug Fixes • Redundant work (Upgrade Later, Build Now) • Marked as insecure in 3rd party scans making the integration with other third-party tools and systems difficult. • Leading hosting services providers like Acquia and Pantheon may withdraw support
  • 10. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Drupal 9 Features Backward Compatible Performance Content Workflow Multilingual capabilities New Field additions for better data collection Refined Version of Drupal 7/8 Latest version Symphony(4.4) and Twig (2.0) Headless CMS
  • 11. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Backward Compatible Built from Drupal 8 git branch First installed in Drupal 8 Sites and fixed issues Avoided major architecture change Most of Drupal 8 Modules are supported by 9
  • 12. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Performance •Faster with zero configurations Dynamic parts are loaded as place holders First static contents are flushed out and then stream for placeholders
  • 13. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Content Workflow Enable Content Moderation module Define the States of Workflow Draft, Review, Pre- Release, Publish (Define own state) Define Transitions what to do after a change of state Define to move from Draft -> Review Workflow Tagged to Components Article Content Type Banner Content Type Content Revision Track who made changes and when
  • 14. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Refined Version of Drupal 7/8 Cleaner Code Base Removal of deprecated code support Drupal 7/8 modules need to remove deprecation before upgrading to Drupal 9 Improves performance
  • 15. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Headless CMS • Interaction between Web Service and other application • Mobile APP. IOT, Wearables • Decoupling Front End and Back end • Out-of-the-box REST API that allows operators to interact with content entities like taxonomy terms, nodes, users, and comments • JSON, GraphQL, OAuth(Custom Development) • Content CMS,Reservoir (Drupal supported Module)
  • 16. 16 c
  • 17. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Drupal 7 vs Drupal 8 Migration Effort Drupal 77 Drupal 8 Major Architecture Change with redeveloping effort No Architectural change only compatibility check and upgrade
  • 18. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Planning Drupal 7/8 to 9 Upgrade Plan a window for release 1 Check Prerequisites – Platform Requirements 2 Audit Dependencies 3 Check Deprecated Code 4 Refactor/update/remove the code 5 Check Module compatibility with Drupal 9 6 Upgrade 7 Given Drupal 8 EOL, directly upgrade to Drupal 9 as it can reduce the cost/effort of planning ,development, testing, and Deployment
  • 19. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Pre-Requisites • Website Compatibility Audit Current site(7/8) for compatibility with Drupal supported Modules • Upgrade Status Module (Checks Contributed Module upgrade status) • Core Migrate module suite for Migration and removing deprecated Code • Custom Migration based on Architecture Microsoft Excel Worksheet
  • 20. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Pre-Requisites • Environment requirements: • PHP 7.3 for enhanced security and stability. • Apache, it will require at least version 2.4.7. • MySQL or Percona, version 5.7.8+ is required • Nginx, at least version 0.7.x • Symfony: • Uses Symfony 4.4. But, Drupal 8 uses Symfony 3 • Twig: • Drupal 9 will also move from Twig 1 to Twig 2
  • 21. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Upgrade Steps D7 to D9 Update to the current site to latest version 7.9.x Create a new Drupal 9 instance with Latest Core and required contributed modules. Install the migrate modules ie Migrate Drupal UI Define Source Site for DB, File directory Review/Preview the Upgrade, Install the alternate modules or manually create them in the instance and retry the upgrade Perform the upgrade Review Migration Logs Do a round of Site wide Testing
  • 22. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Defining the Source Site 22 D7 Site D9 Site Migrating Configurations Content Types, Fields, User Roles etc Migrating Content Nodes, users, taxonomy Source Destination
  • 23. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Upgrade Preview 23  Not all contributed modules have automatic upgrade paths. This may require a manual or custom migration.  Drupal 8/9 changed how themes are structured. These changes can't be migrated must be rebuilt to work in Drupal 8/9  If a less complex site then the contents can be recreated in D8/9 rather than customizing the migration as effort is higher
  • 24. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Performing Upgrade 24 Once we click on perform update this screen will load with all the files that are updated Could take hours, based on site complexity Shows status of upgrade
  • 25. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Migration Logs Check 25 Review and Debug migration issues Module/file specific issues Fix and rerun the upgrades
  • 26. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Upgrade Steps Drupal 8 to 9 Upgrade Given Drupal 8 EOL on Nov 21, we would recommend to start the planning as soon as feasible Ensure the platform requirements are in place 1 Update to Drupal 8.9.x, if not done already 2 Run a Compatibility checker with Upgrade status module 3 Refactor/update/remove the code for custom and contributed modules based on findings 4 Update the Core to Drupal 9.2.x 5 Run update.php 6 Do a site wide testing 7
  • 29. © 2021 Ameex Technologies | www.AmeexUSA.com | Confidential Why upgrade from Drupal 7 to Drupal 9 29 • Smooth Editorial Experiences • Thanks to the Media Library, CKEditor for post creation, configurable toolbar, the quick edit feature, Layout Builder, content moderation options, modern Claro admin theme, and much more. • Multilingual • Mobile-first • Easy upgrades ever after