docs consolidation work

This commit is contained in:
StellaOps Bot
2025-12-25 18:48:11 +02:00
parent 2a06f780cf
commit 82a49f6743
102 changed files with 3550 additions and 1679 deletions

View File

@@ -501,7 +501,7 @@ systemctl stop postgresql
# Restore base backup
pg_restore -C -d postgres /var/backups/postgresql/stellaops_backup.dump
# Create recovery.conf (PostgreSQL 12+: recovery.signal + postgresql.conf)
# Create recovery.conf (PostgreSQL 16+: recovery.signal + postgresql.conf)
cat > ${PGDATA}/postgresql.auto.conf << EOF
restore_command = 'cp /var/lib/postgresql/wal_archive/%f %p'
recovery_target_time = '2025-12-10 14:30:00 UTC'