PostgreSQL¶
Purpose¶
The system provides a central PostgreSQL database server for other CAcert infrastructure services.
Administration¶
System Administration¶
Primary: Jan Dittberner
Secondary: none
Application Administration¶
Application |
Administrator(s) |
|---|---|
PostgreSQL |
Contact¶
Additional People¶
No additional people have sudo access on that machine.
Basics¶
Physical Location¶
This system is located in an LXC container on physical machine Infra03.
Logical Location¶
- IP Internal:
- IPv6:
- MAC address:
00:ff:8f:1a:43:b5(eth0)
See also
See Network
Monitoring¶
- internal checks:
DNS¶
Name |
Type |
Content |
|---|---|---|
pgsql.infra.cacert.org. |
IN A |
10.0.3.13 |
pgsql.infra.cacert.org |
IN AAAA |
2001:7b8:616:162:3::13 |
pgsql.infra.cacert.org |
IN MX |
1 emailout.infra.cacert.org |
See also
Operating System¶
Debian GNU/Linux 13 Trixie
Services¶
Listening services¶
Port |
Service |
Origin |
Purpose |
|---|---|---|---|
22/tcp |
ssh |
ANY |
admin console access |
25/tcp |
smtp |
local |
mail delivery to local MTA |
5432/tcp |
postgresql |
infra |
PostgreSQL database service |
5665/tcp |
icinga2 |
monitor |
remote monitoring service |
Running services¶
Service |
Usage |
Start mechanism |
|---|---|---|
cron |
job scheduler |
systemd unit |
dbus-daemon |
System message bus |
systemd unit |
Exim |
SMTP server for local mail submission |
systemd unit |
icinga2 |
Icinga2 monitoring agent |
systemd unit |
openssh server |
ssh daemon for remote administration |
systemd unit |
PostgreSQL |
central PostgreSQL database service |
systemd unit |
Puppet agent |
configuration management agent |
systemd unit |
rsyslog |
syslog daemon |
systemd unit |
Connected Systems¶
Outbound network connections¶
Security¶
SSH host keys¶
Algorithm |
Fingerprints |
|---|---|
RSA |
|
DSA |
- |
ECDSA |
|
ED25519 |
|
See also
Non-distribution packages and modifications¶
None
Risk assessments on critical packages¶
None
Critical Configuration items¶
The system configuration is managed via Puppet profiles. There should be no configuration items outside of the CAcert Git repository cacert-puppet.
Todo
manage PostgreSQL server configuration in Puppet code
Tasks¶
Adding new databases¶
Database setup should be coordinated via pgsql-admin@cacert.org.
Changes¶
Nothing planned.