##// END OF EJS Templates
repos, repo groups, user groups: allow to use disabled users in owner field....
repos, repo groups, user groups: allow to use disabled users in owner field. This fixes #3374. There's no good benefit of having possibility to prevent setting disabled user from beeing an owner. It can happen that we start preperating a system and use disabled accounts. Also users shouldn't be forbidden to edit settings on an disabled owner.

File last commit:

r1:854a839a default
r224:c6a3436d default
Show More
using-postgresql.rst
24 lines | 907 B | text/x-rst | RstLexer
/ docs / install / using-postgresql.rst
project: added all source files and assets
r1 .. _install-postgresql-database:
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
.. _PostgreSQL website: http://www.postgresql.org/