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 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.

...

  1. Locate your PostgreSQL config file backup.  
  2. Replace the postgresql.conf (which you had previously modified with the above changes) with this backup file.
  3. Restart the Continua PostgreSQL service on the ContinuaCI Server
  4. Detailed trace logging is now disabled

 


I didn't understand any of that?

...

Content by Label
showSpace
showLabelsfalse
max5
spacescontinua
showSpacefalse
sortmodified
falsereversetrue
typepage
cqllabel = "kb-troubleshooting-article" and type = "page" and space = "continua"
labelskb-troubleshooting-article

...