Import PostgreSQL database


Simple syntax to import postgreqsl database :

1
psql -U <username> -h localhost -d <database_name> < dump_data.sql

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.