Fixes the error dialog that occurs during a database push on EL8.
To test:
Install on EL8.
Build a database.
Push the database to the server.
Verify that no error dialog pops up, and that the progress dialog appears (may be very fast).
For bonus points: Slow down your localhost network connection and verify that the progress dialog works correctly (tc qdisc add dev lo root handle 1:0 netem delay 500msec will do the trick).
Fixes the error dialog that occurs during a database push on EL8.
To test:
tc qdisc add dev lo root handle 1:0 netem delay 500msec
will do the trick).