Drupal Core update
- Make a backup
- Files backup
- Database backup
- Turn on maintenance mode
- Update the core
- Perform database updates
- Turn maintenance mode on
- Clear the cache
I.1. Files backup
- Go to cPanel
- Under Files Section-> go to File Manager (if asks, select Web Root -> OK)
- Select Public_html (left menu)
- Click Up one level
- Select Public_html folder
- Click Compress
- Choose Zipp Archive (for Windows users)
- Note/ Remember the folder name (e.g. public_html.zip) – you’ll need to know it for the step no. 12
- Click Compress file(s)
- Click Close
- Click Reload
- Select the new saved folder (e.g. public_html.zip) – see step no. 8
- Click Download
- Select the folder where the new backup file will be saved on your PC. I recommend to make a new folder: your site name_backups and make a new subfolder: year-month-day (e.g. 2019-04-18) each time you make a new backup.
- Click Save
I.2. Database backup
- Go to cPanel
- Under Databases Section-> go to phpMyAdmin
- Click Databases
- Click your Drupal website database
- Click Export
- Choose Quick for Export Method and SQL for Format
- Click Go
- Select the folder where the new backup will be saved on your PC. I recommend the same folder with files backup
- Click Save
Save your backup in different locations (3, 4 locations – e.g. locally on your PC, external hard disk, Amazon Web Services, etc.)
....