How to Upgrade Magento Version from 2.2.x to 2.3.0?
http://www.codextblog.com/magento-2/upgrade-magento-version-2-2-x-2-3-0/
—
Back up and roll back the file system, media, and database
https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-backup.html
—
System Upgrade: conflicting component dependencies
—
Set the Magento mode
https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-mode.html
—
Command-line upgrade
https://devdocs.magento.com/guides/v2.3/comp-mgr/cli/cli-upgrade.html
—
Update and upgrade checklist
https://devdocs.magento.com/guides/v2.3/comp-mgr/prereq/prereq_compman-checklist.html
—
dry run example
https://github.com/magento/magento2/issues/4055
—
DOWNLOAD RELEASES, PATCHES AND TOOLS
https://magento.com/tech-resources/download
—
How to decompress a .bz2 file
https://superuser.com/questions/480950/how-to-decompress-a-bz2-file
—
Magento 2.3 technology stack requirements
https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html
—