I have taken a dump of postgres database from server, let's say abc.sql whose total size is 56 GB. I created a local database in postgres, let's say import_here where I have to import the abc.sql. I am using the following command to import:
sudo -u postgres psql import_here < abc.sql
I get the following error:
I have tried the solutions from the following link but nothing worked for me:
I am using ubuntu 20.04.
I am also sharing disk space status for your reference:

