File: postgresql.md

package info (click to toggle)
lava 2026.02-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,432 kB
  • sloc: python: 83,095; javascript: 16,658; sh: 1,364; makefile: 328
file content (17 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# PostgreSQL

Store the different objects like Device, DeviceType, TestJob, ...

## Command line

This service is usually only manage via systemd.

## Service

The systemd service is called `postgresql`.

## Logs

The logs are stored under `/var/log/posqtgresql/`

The log rotation is configured in `/etc/logrotate.d/postgresql-common`.