Is there an event like AppRestored where i can subscribe?

I was browsing the squidex source code to see if there was an event I can subscribe to when an app has been restored but haven’t found any. Just want to know if its possible.

No, there is nothing like that.

Do you have any recommendation on how we can approach this?
Basically we’re planning to use the restore app functionality as a way to clone an app but not everything in it. We wanted to remove the contents of like 2-3 schemas once the restore is done. Is this something we can do on our self hosted solution?

You could implement an IBackupHandler…