kezhenxu94 commented on code in PR #13512:
URL: 
https://github.com/apache/dolphinscheduler/pull/13512#discussion_r1097070117


##########
docs/docs/en/guide/upgrade/upgrade.md:
##########
@@ -38,6 +38,22 @@ jar package and add it to the `./tools/libs` directory, then 
export the followin
 
 Execute database upgrade script: `sh ./tools/bin/upgrade-schema.sh`
 
+### Migrate Resource
+
+After refactoring resource center in version 3.2.0, original resources become 
unmanaged. You can assign a target tenant and execute one-time migration 
script. All resources will be migrated to directory `.migrate` of target tenant.
+
+#### Example
+
+Assign an existed target tenant `abc`, the base resource path is 
`/dolphinscheduler/abc/`.
+
+Execute scipt: `sh ./tools/bin/migrate-resource.sh abc`.

Review Comment:
   ```suggestion
   Execute script: `sh ./tools/bin/migrate-resource.sh abc`.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to