How to copy a custom app from V10 to V11 instance

I have a custom app installed on a version 10 bench instance and I’d like to test it on another V11-dev instance. How do I copy the app without having to manually create it in version 11 instance

Make a repository of your custom app. Then

bench get-app custom-app-repo

bench install-app custom_app

1 Like

Thank you @Sangram

1 Like