|
|
Migrating PaperCut to a New Server - when using external database
This article describes how to migrate the PaperCut primary server to a new system, when using an external database (like Microsoft SQL Server or PostgreSQL) hosted on a different machine to PaperCut.
Important: If you are using the internal database, or are also moving the external database to a new machine then you should follow the standard migration process.
Install PaperCut on the new machine
- Perform a backup of the PaperCut directory on the old server.
- Perform a backup the external database, using the tools available for that database.
- Take down PaperCut services on the old server. e.g. Disable the PaperCut Application Server service or manually uninstall PaperCut from the old server. This is important as only one PaperCut primary server must exist on a network and only one instance of PaperCut should connect to the database at any one time.
- Download the latest available version available from the PaperCut NG download page. For information on what has changed in recent releases, see the release history page. NOTE: Make sure you are eligible to upgrade to this release by checking our upgrade policy. Past releases can be downloaded here
- Run the PaperCut NG setup on the new machine.
- Once the setup is complete, you will be requested to run the config wizard. After the installation has ran, complete the configuration wizard and import your users. Although importing the users again is not strictly required - as this data will be overridden later - it does confirm that your new server has the correct network connectivity and also saves your admin password as entered in the wizard.
TIP: If you have a very large list of users, try importing a small group of users, hence cutting down the import time.
- Stop the PaperCut Application Server by running the script
[app-path]/server/bin/<platform>/stop-server - Copy the
[app-path]/server/server.propertiesfile from the old server to the new server. This file contains your database connection settings, and admin password, etc. If your database connection settings have changed, update the file appropriately. - Copy the
[app-path]/server/application.licensefile from the old server to the new server. This file contains your license information. NOTE: On Mac/Linux ensure proper permissions on the new server:chown papercut:admin server.properties - Start the application server again. PaperCut should connect to the database and start correctly. NOTE: If a database upgrade is required, this may take a while, but you can view the status of the upgrade at
http://server:9191/admin. DO NOT STOP/RESTART THE APPLICATION WHEN AN UPGRADE IS IN PROGRESS. - One started check that all data has been migrated across correctly and the system works as expected. It is recommended that perform some testing as described in our post upgrade test plan.
- If you had any custom SSL certificates installed: You will have to migrate them manually by copying your custom keystore
my-ssl-keystore(or similarly named) from the old[app-path]/server/customdirectory to the new one. Also copy the following parameters from the old[app-path]/server/server.propertiesto the new one: server.ssl.keystore, server.ssl.keystore-password, server.ssl.key-password. - Consider turning off the old server or if running Windows, making the PaperCut services a manual start-up.
Updating user client, release station and secondary server connection details
If the server’s name and/or IP address is changing then it will be necessary to update these connection details for user clients, secondary servers, and release stations.
User clients
If user clients are being run from the share on the PaperCut server, you just need to ensure that the clients are run from the share on the new server.
If clients have been installed locally on workstations, then the connection details need to be edited in the “config.properties” file in the user client install directory.
Secondary Servers
If you have secondary print servers, then the “print-provider.conf” file on these servers need to be updated to point to the new machine’s network address.
Release Stations
For all release stations, the “connection.properties” file located in the release station installation directory must be updated to reflect the machine’s new network address.
Web Print (Simple)
If running a simple Web Print installation on Windows, Web Print will need to be reconfigured on the new server. If the server is not a domain member, you will have to recreate the “webprint” user and reconfigure its access to Adobe Reader, the hotfolder and the PaperCut Web Print service. Review the Web Print Simple Mode setup instructions for further details.
Web Print (Sandbox)
If running a sandbox Web Print installation, check the “webprint” user’s printer and hot folder shares from the sandbox, as the relevant paths may have changed. Review the Web Print Sandbox Mode setup instructions for further details.
Secondary Servers (Internet)
If you have secondary Internet servers, then the “connection.properties” file on these servers need to be updated to point to the new machine’s network address.
Other devices
If running PaperCut MF, you may need to reconfigure your MFDs to connect to point to the new machine’s network address.
Renaming Printers
If the server’s hostname has changed (or if the installed printer names have changed) then you may like to rename the existing printer entries in PaperCut so that the printing history and settings are maintained. See the article How to Rename a Printer for more details.
Advanced Tips:
- Set up your printers on the new server and test before installing PaperCut.
- Consider turning your old server into a PaperCut Secondary Server reporting usage across to your new primary server. This may give you more time to map over workstations that may not be managed via a logon script, etc. You can then decommission the server at a later date.
See also:
Categories: Administration
Keywords: migrate, upgrade, move, moving to a new server, changing servers, transfer
Comments
Share your findings and experience with other PaperCut users. Feel free to add comments and suggestions about this Knowledge Base article. Please don't use this for support requests.