'Error when dumping Database from PGAdmin?

I'm trying to dump a database i created on pgadmin, because i need a .sql file to send to my Professor for a University project.

Whenever i try to do a Backup, it instantly stops because of this command:

/Library/PostgreSQL/13/bin/pg_dump --file "/Users/fstxfreestyler/CinemaDB" --host "localhost" 
--port "5433" --username "postgres" --no-password 
--verbose --format=p --create --clean --inserts 
--column-inserts --encoding "UTF8" "cinema"

I'm using pgadming 4.28, on a MacOS 10.13.3.

Any help?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source