Follow these instructions to setup a local version of the AIDRES Database on a PostegreSQL server 1. Set up a PostegreSQL server with postgis extension. 2. Create a new database on the PostegreSQL server. 3. Add postgis extensions - CREATE EXTENSION postgis; 4. Restore backup af the AIDRES database via PSQL - For remote servers: Community DL Page (enterprisedb.com) - Installing the CLI tools is sufficient to use PSQL. 5. Execute psql -h host_address -p port -U username -d dbname -f AIDRES_DB_Energyville_VITO_20230807.sq_l 6. Allow some time for the process to complete.