Choose your language

Choose your login

Support

External database FAQ

This page applies to:

This page covers common questions (FAQ) about External Databases.

By default PaperCut uses an internal embedded database called Apache Derby which was initially developed by IBM and sold as Cloudspace DB. The internal Derby database that comes as standard with PaperCut is stable, scalable, self-maintaining and provides efficient performance. For this reason most organizations do not need to run PaperCut on an external database system.

PaperCut can also be run on external databases like Microsoft SQL Server (including the free Express Edition), PostgreSQL, My SQL or Oracle. The external database can be hosted on the PaperCut Primary server or on a separate server.

The following article is curated by the PaperCut support team and is meant to answer many common questions about external databases that are not already covered the in Deployment on an external database .

What is an External Database?

An external database is defined as any database other than the built-in Derby database that is packaged with PaperCut as standard.

When would I need or want to use an external database with PaperCut?

  • Your system is now sufficiently big that an external database improves performance. Have a look at our PaperCut Server Sizing Guide article to see if an external database is recommended in your environment.
  • You already have a database infrastructure and you want PaperCut to be managed the same way as your other databases
  • You want to run SQL queries on the PaperCut database, for instance in order to create custom reports. Note: Do not update the PaperCut database using SQL.

This topic is discussed in even greater detail in our article Deployment on an external database .

How do I use an External Database with PaperCut?

If you’d like to run PaperCut from an external database, take a look through the help center information on Deployment on an external database (RDBMS) .

What External Databases are supported with PaperCut MF/NG?

See the PaperCut MF System Requirements and PaperCut NG System Requirements pages (under Database Servers) to see which external databases are supported out-of-the-box. ​​​​​These databases were chosen to cater for the majority of customers.

What External Database should I use?

PaperCut has a number of supported external databases (see above) that can be used with your PaperCut installation. Deciding which one to use can be a difficult task.

We recommend asking yourself these two questions when deciding on a particular database.

  • What are you most comfortable using?
  • Do you have an existing database infrastructure you can use?

PaperCut does not have a preferred external database that should be utilized, and a large factor in deciding what external database you should use depends on your current knowledge of database administration. If you are already familiar with a family of database systems such as Microsoft SQL Server, PostgreSQL, or Oracle, then it would be best for you to use one that you’re familiar with.

If you have an existing database infrastructure already in place, you should look at incorporating the PaperCut database into it. This means you’re bundling multiple factors, including:

  • Previous knowledge
  • Administration
  • Backups
  • Costs

Other factors to consider might be:

  • Are you familiar with the maintenance of this database?
  • Will you know how to run your own custom reporting using our database schema ?

Comments