Hello,
Below is my PostgreSQL Configuration on server.
"DB": {
"HOST": "localhost",
"NAME": "tesla",
"USER": "alenmusk",
"PASSWORD": "alenmusk@123",
"PORT": "5432"
},
I want to export the "tesla" database and convert it into "tesla.sql". Please give me a command.
Regards,
Chirag