Poker Software
Results 1 to 2 of 2
  1. #1
    Junior Member
    Join Date
    Aug 2009
    Posts
    2

    Default problem with postgres

    Hello, i have a problem to install postgres
    this message appears :
    user "postgres" could not be created , the user account already exist

  2. #2
    Graphics Guru fozzy71's Avatar
    Join Date
    Sep 1971
    Location
    HM Support
    Posts
    19,702

    Default

    Vista: Turn off UAC - http://www.holdemmanager.net/faq/afm....aspx?faqid=73

    Turn off Windows Firewall and Windows Defender for installing HM and PostgreSQL. Once you get those installed you can add exceptions to the firewall. If you have a 3rd party firewall, uninstall it completely before installing HM/SQL - http://www.holdemmanager.net/faq/afm...aspx?faqid=171





    For uninstalling SQL please follow these steps:


    -Download Revo Uninstaller and use it to uninstall PostgreSQL. After it uninstalls it will give you options to select and delete all the associated registry entries.
    - manually delete the Program Files\Postgresql folders
    - run the command - start > run > cmd >

    PHP Code:
    net user postgres /delete 
    - reboot.
    - install again, with your firewall uninstalled or turned off if windows firewall


    Install SQL - http://www.holdemmanager.net/faq/afm...aspx?faqid=176


    Logging:

    I would suggest you turn off logging on your new SQL installation as well as these other performance improvements - Top 10: HEM performance increase tips


    To turn off logging, follow these instructions. This is the first thing I do anytime I install SQL for someone.

    - Start > My Computer > Tools > Folder Options > View > UnCheck 'Hide Extensions for known file types' > OK

    - C:\Program Files\PostgreSQL\data\postgresql.conf > Right-Click > Open With.. > NotePad > Check 'Always use this program'

    - Scroll about half way down to ~Lines 245 - 260:

    - The last line of this block of code, for the 'logging_collector', must be changed from On to Off.

    PHP Code:
    ------------------------------------------------------------------------------
    # ERROR REPORTING AND LOGGING
    #------------------------------------------------------------------------------

    # - Where to Log -

    log_destination 'stderr'        # Valid values are combinations of
                        # stderr, csvlog, syslog and eventlog,
                        # depending on platform.  csvlog
                        # requires logging_collector to be on.

    # This is used when logging to stderr:
    logging_collector off        # Enable capturing of stderr and csvlog 
    File > Save; File > Close

    Start > Programs > PostgreSQL 8.3 > Reload Configuration.
    Participate in the Alpha release of the newest Hold'em Manager version: HM Cloud. Sign-up HERE.

    If you would like to leave some feedback to help us improve the quality of the solutions, and/or the support quality you received, you can do so here: Leave Feedback

Similar Threads

  1. postgres problem
    By pepi in forum Manager General
    Replies: 3
    Last Post: 04-05-2009, 05:29 PM
  2. PostGres Problem
    By Galoper in forum Manager General
    Replies: 3
    Last Post: 03-13-2009, 11:55 AM
  3. postgres problem
    By Its1mc in forum Manager General
    Replies: 11
    Last Post: 02-05-2009, 07:28 PM
  4. postgres problem
    By mrmaniax in forum Manager General
    Replies: 7
    Last Post: 12-27-2008, 09:58 AM
  5. Problem with postgres
    By runfor1 in forum Manager General
    Replies: 1
    Last Post: 09-01-2008, 03:44 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •