[SOLVED] Restore shows deleted schemas

I’m submitting a…

[ ] Regression (a behavior that stopped working in a new release)
[ X ] Bug report
[ ] Performance issue
[ ] Documentation issue or request

Current behavior

After restoring from a backup, deleted schemas are listed along side current schemas

Expected behavior

Deleted schemas don’t show up after running restore

Minimal reproduction of the problem

export from cloud instance
restore cloud backup on locally hosted instance ( )

Environment

  • [ X ] Self hosted with docker
  • [ ] Self hosted with IIS
  • [ ] Self hosted with other version
  • [ X ] Cloud version

Browser:

  • [ ] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [ ] Edge

Others:
previously deleted schemas shown in red.

Thank you, it looks like an easy fix:

I have to handle the deleted-event there.

like here:

I pushed a commit with a fix, you can test the current dev-version