******************************************** * * How to restore PostgreSQL dump for DruMAP * ******************************************** 1. Create a database to restore data. $ createdb -h -p -U drumap 2. Execute the following command to load the data. $ pg_restore -h -p -U --no-owner -d drumap drumap_.pgdump