How to Manually Update PostgreSQL
Manually upgrade PostgreSQL to a different major version — backup databases, install the new version, restore (or re-import), and clean up the old data folder.
What is PostgreSQL?
PostgreSQL is an open source enterprise class database server which runs in the background of your computer as a service, this is the database used by…
PostgreSQL Performance Tuning
PokerTracker 4 uses the PostgreSQL database server to store your hand, in addition to information and various statistics about the hands you have played. All…
PostgreSQL Server Hosted on a Local Network
In certain scenarios you may find that it is not optimal to install the PostgreSQL Server on your local computer. PokerTracker allows the placement of the…
How to Uninstall/Reinstall PostgreSQL (Mac)
This guide is for the rare situations when using Apple's macOS when you need to completely reinstall the PostgreSQL Server when advised by PokerTracker…
How to Manually Update Major PostgreSQL Versions (Mac)
Manually upgrade PostgreSQL to a different major version on macOS — backup, install the new server, migrate databases, and uninstall the old version.