cozystack/packages/apps
Andrei Kvapil f628e7d9c7
[docs] Add backup and restore instructions for PostgreSQL (#1141)
## What this PR does

Rephrase the descriptions for backup and restore variables

### Release note

```release-note
[docs] Add backup and restore instructions for PostgreSQL 
```

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Documentation**
* Updated PostgreSQL backup restore instructions to use a YAML
configuration approach for bootstrapping from a backup, replacing
previous shell command examples.
* Clarified and restructured backup and recovery documentation,
including detailed configuration examples for enabling backups with
S3-compatible storage.
* Improved descriptions and default values for backup-related
configuration parameters for better clarity and consistency.

* **Chores**
  * Incremented the PostgreSQL app chart version.
  * Updated version mapping for the PostgreSQL package.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2025-07-09 11:24:10 +02:00
..
bucket Configure all apps to use new function to generate subjects 2025-06-16 20:32:11 +02:00
clickhouse [docs] Fix a typo in preset resource tables in the README's 2025-07-08 16:17:23 +03:00
ferretdb [docs] Fix a typo in preset resource tables in the README's 2025-07-08 16:17:23 +03:00
http-cache [docs] Fix a typo in preset resource tables in the README's 2025-07-08 16:17:23 +03:00
kafka [docs] Fix a typo in preset resource tables in the README's 2025-07-08 16:17:23 +03:00
kubernetes make velero addon deletable 2025-07-09 11:52:44 +03:00
mysql [docs] Fix a typo in preset resource tables in the README's 2025-07-08 16:17:23 +03:00
nats [docs] Fix a typo in preset resource tables in the README's 2025-07-08 16:17:23 +03:00
postgres [docs] Add backup and restore instructions for PostgreSQL (#1141) 2025-07-09 11:24:10 +02:00
rabbitmq [apps] Give examples of new resources in managed app README's 2025-07-03 22:58:06 +03:00
redis [docs] Fix a typo in preset resource tables in the README's 2025-07-08 16:17:23 +03:00
tcp-balancer [docs] Fix a typo in preset resource tables in the README's 2025-07-08 16:17:23 +03:00
tenant [tenant] Respect cpu-allocation-ratio in resourceQuotas 2025-07-02 15:14:56 +03:00
virtual-machine [virtual-machine] add comment about sshKeys logic 2025-07-09 10:37:39 +02:00
vm-disk [virtual-machine] Refactor golden images 2025-07-03 13:33:44 +03:00
vm-instance [virtual-machine] add comment about sshKeys logic 2025-07-09 10:37:39 +02:00
vpn [docs] Fix a typo in preset resource tables in the README's 2025-07-08 16:17:23 +03:00
Makefile Remove user-facing config of limits and requests 2025-05-23 17:32:42 +03:00
README.md add precommit and fix postgres job (#418) 2024-10-14 18:15:41 +02:00
versions_map [docs] Add backup and restore instructions for PostgreSQL (#1141) 2025-07-09 11:24:10 +02:00

How to test packages local

cd packages/core/installer
make image-cozystack REGISTRY=YOUR_CUSTOM_REGISTRY
make apply
kubectl delete pod dashboard-redis-master-0 -n cozy-dashboard
kubectl delete po -l app=source-controller -n cozy-fluxcd