Skip to content

Conversation

martin-helmich
Copy link
Member

Summary

  • Add comprehensive PostgreSQL deployment guides in both German and English
  • Include multiple deployment methods: Terraform (recommended), mStudio UI, and CLI
  • Update to PostgreSQL 17 with proper configuration examples

Changes

German Guide (i18n/de/.../postgresql.mdx)

  • Enhanced existing guide with complete deployment options
  • Added Terraform deployment section with proper mittwald_container_stack syntax
  • Added CLI deployment methods: mw container run and mw stack deploy
  • Updated to PostgreSQL 17 across all examples
  • Added container access instructions using mw container ssh and mw container port-forward
  • Configured project volume mounting to /files/postgresql-backups for backups
  • Updated backup examples to use mw container exec

English Guide (docs/platform/databases/postgresql.mdx)

  • Created comprehensive English version matching the German structure
  • All deployment methods and examples included
  • Consistent with other database documentation (MySQL, Redis, OpenSearch)

Terraform Examples

  • _postgresql-terraform.md - Basic example with manual password variable
  • _postgresql-terraform-pwdgen.md - Example with random_password resource
  • Both use mittwald_container_image data source for proper entrypoint/command detection
  • Correct object syntax for ports and volumes

Thanks to @gerrithartwig for the initial PostgreSQL guide structure.

🤖 Generated with Claude Code

gerrithartwig and others added 4 commits August 28, 2025 10:43
Signed-off-by: gerrithartwig <[email protected]>
…thods

- Add comprehensive deployment options: Terraform (recommended), mStudio UI, CLI
- Include Terraform examples using mittwald_container_stack with container_image data source
- Add CLI deployment methods: mw container run and mw stack deploy with proper port mapping
- Update to PostgreSQL 17 across all examples
- Add container access instructions using mw container ssh and port-forward
- Configure project volume mounting to /files/postgresql-backups for backups
- Include proper backup examples using mw container exec
- Structure guide to match other database deployment guides (OpenSearch, MySQL, Redis)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
- Create comprehensive English version of PostgreSQL deployment guide
- Include all deployment methods: Terraform (recommended), mStudio UI, CLI
- Add PostgreSQL 17 examples with proper port mapping and volume configuration
- Include container access instructions and backup procedures
- Structure matches German version and other database guides
- Reference existing Terraform examples with mittwald_container_image data source

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@martin-helmich martin-helmich merged commit fd8b949 into master Sep 3, 2025
4 checks passed
@martin-helmich martin-helmich deleted the patch-2 branch September 3, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants