We are planning to archive some of our development applications for backup and delete them - How to do that - please suggest
Thanks in Advance
jamal
@Jamal Mohammed ,
You can create a solution for such apps in development environment and then download the solution, keep it at safer location may be over cloud or server, etc.
You can restore these apps later by simply upload/publishing that solution again.
Below link will guide you how to create solution & download it.
https://success.outsystems.com/documentation/how_to_guides/devops/creating_and_using_an_all_components_solution/
Thanks,
Manish Jawla
One disclaimer, you can backup and remove apps, then later restore the app.
But your data in in the entities will be lost. If you want them to be able to restore you need to have some logic to export and later import the data gain.
Thank you
Is there a limit to the size of the .osp file when uploading later on?