Upgrading the PostgreSQL database
Keep your system secure and compatible by updating to the latest supported PostgreSQL
version. This ensures you have the newest features, performance improvements, and
security fixes.
- Log in to the primary computer as the user who installed RICOH ProcessDirector.
- Stop all RICOH ProcessDirector and Feature Manager services.
- Create an empty temporary directory called updatePostgresql in
C:\Program Files\Ricoh\ProcessDirector
. - Copy the
updatePostgresql-nnn.zip
package, where nnn is the build number, toC:\Program Files\Ricoh\ProcessDirector\updatePostgresql
. - To generate the MD5 checksum of the package, open a command prompt and enter:certUtil -hashfile C:\Program Files\Ricoh\ProcessDirector\updatePostgresql\updatePostgresql-nnn.zip MD5
Compare the result with the value provided on the RICOH Software website. If the values do not match, download the package again.
- Start a Windows PowerShell session and go to the directory where the ZIP file is unpacked to start the PostgreSQL update:
- Start the RICOH ProcessDirector service.
- Use your browser to log in to the RICOH ProcessDirector user interface and verify that it is working correctly.
- Remove the temporary directory:
C:\Program Files\Ricoh\ProcessDirector\updatePostgresql
.