##// END OF EJS Templates
vcs: Use a thread scoped cache invalidation context to cache repository objects....
vcs: Use a thread scoped cache invalidation context to cache repository objects. Without this change the cache is on a process scope. If running with multiple threads this leads to sharing the cached object between threads. This will cause exceptions if multiple threads are trying to access the same curl object. Even worse it allows multiple threads to operate on the same repository object concurrently.

File last commit:

r1:854a839a default
r614:cbe55781 default
Show More
using-postgresql.rst
24 lines | 907 B | text/x-rst | RstLexer

PostgreSQL

To use a PostgreSQL database you should install and configurevthe database before installing |RCV|. This is becausevduring |RCV| installation you will setup a connection to your PostgreSQL database. To work with PostgreSQL, use the following steps:

  1. Depending on your |os|, install avPostgreSQL database following the appropriate instructions from the PostgreSQL website.
  2. Configure the database with a username and password which you will use with |RCV|.
  3. Install |RCV|, and during installation select PostgreSQL as your database.
  4. Enter the following information to during the database setup:
    • Your network IP Address
    • The port number for MySQL access. The default MySQL port is 5434
    • Your database username
    • Your database password
    • A new database name