parity
parity copied to clipboard
Dropdb should be forced to close any active connections and not fail
trafficstars
This pull request includes a small change to the restore_to_development method in lib/parity/backup.rb. The change ensures that the dropdb command is executed with the --force flag to enforce the removal of the development database even if there are active connections.