[PR #2204] [CLOSED] Postgres getting started script Update #18926

Open
opened 2026-08-05 04:09:05 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2204
Author: @r0b2g1t
Created: 6/26/2024
Status: Closed

Base: mainHead: feature/zitadel-postgres-integration


📝 Commits (10+)

  • 022fb3d fix type in docker compose
  • ad05ac3 Update docker compose cockroachdb to latest-23.2 and zitadel to 2.54.3
  • 1a81e15 add zitadel db postgres option for getting started script
  • bad4c00 set postgres as default zitadel db
  • e2ca6a2 fix init_crdb to postgres default
  • 4caa508 update crdb to zdb
  • 9fe78c9 random pw geration for postgres
  • 9120d0e Merge branch 'main' into feature/zitadel-postgres-integration
  • 33c0cb9 update crdb init and wait to new container name zdb
  • fd060ea fix postgres password generation and fix typos

📊 Changes

1 file changed (+17 additions, -12 deletions)

View changed files

📝 infrastructure_files/getting-started-with-zitadel.sh (+17 -12)

📄 Description

The PR includes the option to set the Zitadel Database variable and also set Postgres as default if the variable is unset.

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/2204 **Author:** [@r0b2g1t](https://github.com/r0b2g1t) **Created:** 6/26/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/zitadel-postgres-integration` --- ### 📝 Commits (10+) - [`022fb3d`](https://github.com/netbirdio/netbird/commit/022fb3d1de8bb076d12a7cf06caf70b6ee78c6a5) fix type in docker compose - [`ad05ac3`](https://github.com/netbirdio/netbird/commit/ad05ac342d015f6b9e84ad9fdbd381aa5b0247d8) Update docker compose cockroachdb to latest-23.2 and zitadel to 2.54.3 - [`1a81e15`](https://github.com/netbirdio/netbird/commit/1a81e15e8e861fff8c93cb54b39c0e8be3b2150a) add zitadel db postgres option for getting started script - [`bad4c00`](https://github.com/netbirdio/netbird/commit/bad4c004a3a764243434352ff2d0e4019920522d) set postgres as default zitadel db - [`e2ca6a2`](https://github.com/netbirdio/netbird/commit/e2ca6a2b9c86b32f63935cb6749a6a51c3f1045c) fix init_crdb to postgres default - [`4caa508`](https://github.com/netbirdio/netbird/commit/4caa50857447223814da510dc448ca1cea7995f2) update crdb to zdb - [`9fe78c9`](https://github.com/netbirdio/netbird/commit/9fe78c98b3921ed92452e012e35d8ea7364d0c88) random pw geration for postgres - [`9120d0e`](https://github.com/netbirdio/netbird/commit/9120d0e1b448e1392c652ed69dc5d6eee431f185) Merge branch 'main' into feature/zitadel-postgres-integration - [`33c0cb9`](https://github.com/netbirdio/netbird/commit/33c0cb9edd946ba460bfb42f6ea9eaf214790e70) update crdb init and wait to new container name zdb - [`fd060ea`](https://github.com/netbirdio/netbird/commit/fd060ea6fbce1b8d40426559302139f8ca482408) fix postgres password generation and fix typos ### 📊 Changes **1 file changed** (+17 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `infrastructure_files/getting-started-with-zitadel.sh` (+17 -12) </details> ### 📄 Description The PR includes the option to set the Zitadel Database variable and also set Postgres as default if the variable is unset. ### Checklist - [x] Is it a bug fix - [x] Is a typo/documentation fix - [x] Is a feature enhancement - [x] It is a refactor --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 04:09:05 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#18926