Tags:
not added yet
1Preparing the PostgreSQL Database for InstallationCodebeamer (Emma or higher) supports PostgreSQL IMPORTANT: Backup your data! Before doing anything, backup your existing database. Also ensure that during migration nobody uses the database, because it may cause loss of data. 1.1Windows, Unix, MAC-OSDownloading and installing the PostgreSQL database is not part of this document. Refer to PostgreSQL 1.2LinuxInstall PostgreSQL via your distribution's package manager. By some distributions the additional contrib extensions reside in a separate package. It is recommended to install this as well to enable some optional and performance improving features.
We highly recommend using the same version that Codebeamer was tested on. You can find this version in the release notes of the current version.
See also: 1.3PostgreSQL ConfigurationWhen installing PostgreSQL, be sure to set and remember a sensible root password. Ensure that the following settings are configured in your database. You can find these settings in postgresql.conf, that typically resides in the PostgreSQL data directory (e.g. in Windows: C:\Program Files\PostgreSQL\12\data\postgresql.conf, or Linux/Unix: /var/lib/postgresql/data/postgresql.conf (or /etc/postgresql/12/main/postgresql.conf), or MAC-OS: /usr/local/var/postgres/postgresql.conf). effective_io_concurrency = 200 jit = on max_locks_per_transaction = 5000 random_page_cost = 1.1 temp_buffers = 64MB work_mem = 80000 default_statistics_target = 1000 checkpoint_timeout = 2700
It might be useful checking this https://pgtune.leopard.in.ua 1.4Creating the DatabaseIn case of new a installation, the following steps are automatically performed by the Codebeamer Wizard, therefore, no manual action is needed. 1.4.1Prepare the Codebeamer PostgreSQL DatabaseIn this step we assume the PostgreSQL is running on the default 5432 port. In order for Codebeamer to access a PostgreSQL database, an appropriate database schema and user have to be prepared. You can use any username and password instead of the cbroot and cbpassword used below:
1.4.2Configure Codebeamer to Use the PostgreSQL DatabaseEdit/create the configuration file: <cb-installation-dir>/config/configuration.properties database.driver=org.postgresql.Driver database.connectionURL=jdbc:postgresql://localhost:5432/codebeamer database.username=cbroot database.password=CbPassword01! database.passwordStorageType=PLAIN 1.4.3Start CodebeamerNote that after switching to a new database, the initial Codebeamer server start will take longer than usual, because Codebeamer will first initialize the new empty database schema. 1.5Full-Text Index on TASK tableThis feature is optional and requires the PostgreSQL contrib extensions installed on the database server. By some distributions (for example CentOS) these reside in a separate package and needs to be installed separately. For more information about the database specific configuration process, see: |
Fast Links
![]() codebeamer Overview codebeamer Knowledge Base Services by Intland Software |
This website stores cookies on your computer. These cookies are used to improve your browsing experience, constantly optimize the functionality and content of our website, and help us understand your interests and provide more personalized services to you, both on this website and through other media. With your permission, we and our partners may use precise geolocation data and identification through device scanning. You may click accept to consent to our and our partners’ processing as described above. Please be aware that some processing of your personal data may not require your consent, but you have a right to object to such processing. By using our website, you acknowledge this notice of our cookie practices. By accepting and continuing to browse this site, you agree to this use. Your preferences will apply to this website only.
Note that user-behavior analytics are being captured on this server to improve the Codebeamer user experience.