We are switching hosts and the old one provided a SQL dump of the PostgreSQL database of our site.
Now, I\'m trying to set this up on a local WAMP server to test thi
Postgresql12
from sql file: pg_restore -d database < file.sql
from custom format file: pg_restore -Fc database < file.dump