I’ve opened our app in another tab and it still shows the old version (pre-restoration) so it’s clearly not completed yet. Wonder if it just didn’t work and I need to start again or something. But, I’m a bit reluctant since I don’t want to break anything and the back-end is a black box to me.
Are you restoring the app or restoring the data? They work slightly differently.
Restoring the app is an all-or-nothing operation. While it’s running, any changes to the app won’t get saved, and then it will change in one go. If you are able to make changes to the app in another tab that save (and persist across editor refreshes), it’s likely something went wrong, and you should try again. If this happens 3 or 4 times, open a bug report and we’ll investigate.
Restoring the data is an incremental operation… we don’t want to freeze data while a restore is going on in case users are still working with the site. We make the changes in chunks, so they’ll slowly become visible. The status should update across editor refreshes, so if you open the editor in another tab, you’ll see the progress bar of the restore if you try to restore again.