Exam Area: Area 2 – Installation, Operation & Configuration (20%)
# Update CMS packages
dotnet add package EPiServer.CMS --version 12.x.x
dotnet add package EPiServer.CMS.UI --version 12.x.x
dotnet add package EPiServer.CMS.TinyMce --version 12.x.x
# Check for outdated packages
dotnet list package --outdated
12.MAJOR.MINOR.PATCH
12.0.0 → Major version (breaking changes)
12.1.0 → Minor version (new features, backward compatible)
12.1.1 → Patch (bug fixes, security)
DXP (PaaS Portal):
1. Upload new deployment package
2. Deploy to Integration first
3. Smoke test Integration
4. Deploy to Preproduction
5. Regression test
6. Deploy to Production (with maintenance window)
// CMS automatically runs DB migrations on startup
// Check logs to verify:
// "Database upgrade from version X to Y complete"
// Manual migration check:
// Admin → System → Version Information
dotnet restore
dotnet list package --vulnerable
dotnet list package --vulnerable)