[PR #1044] [MERGED] Allow postgres:// in DATABASE_URL #2729

Closed
opened 2025-11-07 07:53:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1044
Author: @ArmaanT
Created: 7/4/2020
Status: Merged
Merged: 7/4/2020
Merged by: @dani-garcia

Base: masterHead: master


📝 Commits (1)

  • 624791e Allow postgres:// DATABASE_URL

📊 Changes

1 file changed (+4 additions, -2 deletions)

View changed files

📝 src/config.rs (+4 -2)

📄 Description

This PR adjusts the config validation so that DATABASE_URLs of the form postgres://... are valid when using the PostgreSQL database backend


🔄 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/dani-garcia/vaultwarden/pull/1044 **Author:** [@ArmaanT](https://github.com/ArmaanT) **Created:** 7/4/2020 **Status:** ✅ Merged **Merged:** 7/4/2020 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`624791e`](https://github.com/dani-garcia/vaultwarden/commit/624791e09a41b6b1489db731256a7d73a880133d) Allow postgres:// DATABASE_URL ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/config.rs` (+4 -2) </details> ### 📄 Description This PR adjusts the config validation so that `DATABASE_URL`s of the form `postgres://...` are valid when using the PostgreSQL database backend --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-07 07:53:23 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#2729