Hi guys, hope you're doing great! Is there clear d...
# suitecommerce
b
Hi guys, hope you're doing great! Is there clear documentation about how to migrate the sca 2019.1.7 version to sca 2022.2?
🙌 1
b
Hi Bryce, sorry to bug you but i was wondering if you know why when running: gulp theme:deploy --account 1111111-sb --to After installing and pointing the site to the SCA 2022.1.0 It is still asking for the manifest.json file. The issue is that the core files in 2022.2.0 does not have a manifest.json file.
b
When your say the core files are you referring to the SCA Source code or the ThemeDevelopmentTools ?
gulp theme:deploy ...
is only valid in the ThemeDevelopmentTools. If your migrating from an earlier version, when your migrating your theme typically the way I do it is these steps: 1. Unzip the new dev tools ( ThemeDevelopmentTools-22.2.0 ) 2. CD into the theme dev tools folder and run
npm install
3. run
gulp theme:fetch
4. select your site
🙌 1
But assuming all your customizations are done in extensions, really the quick way to do it all is just right through the extension manager. Once you point your test domain to the 2022 SSP that you want to use, just create a new extension activation and use your theme + extensions from the old version and most of the time they should just all work. If you don't see them as options when you go to activate you can change the target version for them and then they'll show up
🙌 1
b
Thank you so much!!!