Skip to content

Can I run PostgreSQL on a different computer to the one that runs X-Dream? #63

Answered by drmason789
drmason789 asked this question in Q&A
Discussion options

You must be logged in to vote

Simple answer, YES!

You'll need to configure the server's firewall settings so it lets postgres.exe accept connections on port 5432.

The X-Dream software itself looks for the PostgreSQL server on 2 host names: localhost and trixter01.

What if your server is not called trixter01? Edit the hosts file on the client computer with notepad. The hosts file can be found in:

C:\Windows\System32\drivers\etc

Edit it to assign the IP address of your server to the name trixter01, e.g.:

# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an indi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by drmason789
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant