Restore database postgres

Parallel restore with 4 workers, drop existing objects first

pg_restore -U myuser -d mydb -j 4 --clean mydb.dump
more postgres all 29 commands →