More information of Upgrade guide for 6.x
See original GitHub issueWe finished an upgrade from 4.6 to 6.2 for our custom volto app. We found no documentation for the upgrade guide for details. It’s two important files.
- config.js
- start-client.jsx
config.js needed to add 2 lines.
export const addonRoutes = [];
export const addonReducers = {};
start-client.jsx needed modify loadableReady
wraps.
Please add the upgrade guide, if my suggestion is true.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Cisco Nexus 9000 Series NX-OS Software Upgrade and ...
For more information on EPLD images and the upgrade process, see the Cisco Nexus 9000 Series FPGA/EPLD Upgrade Release Notes.
Read more >Cloudera Enterprise Upgrade Guide | (5.x and 6.x)
Use the form at the top of pages in this guide to select your Cloudera Enterprise versions, operating system versions, databases, and other ......
Read more >Upgrading your build from Gradle 6.x to the latest
This chapter provides the information you need to migrate your Gradle 6.x builds to the latest Gradle release. For migrating from Gradle 4.x...
Read more >Upgrade to Elasticsearch 6.x
Upgrade from Elasticsearch version 5.6 to version 6.x. ... Additional background information about upgrading the Elastic Stack is available, ...
Read more >Interactive upgrade guide - 6.0.6.1 - IBM
Upgrading from version 4 to a version 6 release: Upgrading from version 4 to any release of version 6 is a two-step process....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@terapyon we are a bit short on time right now. Could you imagine to create a Pull Request and add this to the upgrade guide?
This information is now in the upgrade guide for Volto 6.x, see https://docs.voltocms.com/upgrade-guide/#update-configjs
This ticket can be closed.