Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#fff
  1. Locate your PostgreSQL config file (named postgresql.conf). By default this is located within the 'C:\ProgramData\VSoft\Continua CI\PostgreSQLDB' folder
  2. Take a backup copy of this file and store it in a safe place. This file will be required in order to reverse the process.
  3. Create a folder in order to house the log files (this folder can be located on any disk volume connected to the local machine).
  4. Open the postgresql.conf file and amend the below lines (NOTE: the value for log_directory should be set to the location you created in step 3 above, path names relative to your PostgreSQL data directory are allowed here).

    Code Block
    languagec#
    titleChanges to postgresql.conf
    linenumberstrue
    log_destination = 'stderr'
    logging_collector = on
    log_directory = 'pg_log'		
    log_statement = 'all'
    log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log'
    log_hostname = on
    log_duration = on
  5. Save the file 
  6. Stop the ContinuaCI Server Service



  7. Restart the Continua PostgreSQL service on the ContinuaCI Server (this should only take a few seconds to complete)
  8. Start ContinuaCI Server Service



  9. Log files will now be start recording into the designated location:





  10. Once the issue has been replicated, ZIP these files up and contact VSoft support (support@finalbuilder.com) in order to arrange a file transfer.

...