This article is to illustrate how to add a postgres user for Swiftcount to connect to the database
Step 1 Open pgAdmin IV
![]()
Step 2 Add swiftcount user as follows
.
.
Step 3: Make sure to enter a password under definition
.
.
Step 4 Click Save
Configuring the pg_hba.conf file
Open the pg_hba.conf File from C:/ProgramData/Spire/PostgresSQL/14 (or 10 if older version)
Edit the file as follows
When connecting to Swiftcount on the final connection step in the previous article enter the new pgadmin user created (swiftcount) and the password used to create it






Post your comment on this topic.