Skip to main content

Restart the PostgreSQL Server

Overview

On rare occasion you may need to restart the PostgreSQL server. This is usually only necessary after a configuration change that requires a restart.

warning

PokerTracker 4 supports PostgreSQL 9.6 or greater only. Older versions (8.x and 9.0–9.5) are no longer supported.

The easiest way to restart the server is from within PokerTracker 4, which works on both Windows and macOS. OS-level fallback methods are also described below.

Methods That Can Be Used to Restart the PostgreSQL Service

You can restart the PostgreSQL service from within PokerTracker 4, by restarting your computer, or manually through your operating system.

Restart from Within PokerTracker 4

On PostgreSQL 9.6+ you can restart the server directly from PokerTracker 4 on both Windows and macOS, as long as PokerTracker 4 is open.

  1. Open Database > Database Management.
  2. Click Restart Server.

Database Management

Restart Your Computer

The PostgreSQL service is an "invisible" application that runs in the background using a dedicated service account, so the simplest way to restart it without any technical know-how is to restart your computer. The trade-off is the extra time and the need to close all applications and files first.

Manual Restart

There are multiple ways to manually restart a service in Windows, we feel this is the simplest method to describe how to restart the PostgreSQL Service:

  1. Click Windows Start button

  2. Type services.msc and press Enter.

    This will open the Services Control Panel.

  3. Click the Name heading to sort all of the services by name

  4. Find the service whose name starts with postgresql and select it.

  5. Click the Restart the service link in the left pane.

Restart PostgreSQL