Hi,<br><br>I need to perform a hard upgrade of postgis, and from reading the documentation the way to do this is with the utils/<a href="http://postgis_upgrade.pl">postgis_upgrade.pl</a> script.<br><br>The postgres the backup was taken from was an rpm based installation (postgres 8.1.4, postgis 1.2.1), and I need to restore an instance that was compiled from source (postgres 8.3.7, postgis 1.3.6)<br>
<br>I have to leave the original instance running while restoring (no application will be connected to the old instance), and as such the new instance is on port number 5433, and everything is located in /usr/local/pgsql.  <br>
<br>Is there any way to pass in the connection parameters to the postgis_restore script ? or must I first export them and run the script ?<br><br>Cheers,<br><br>Andy<br><br><br>