-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Postgres support #959
Copy link
Copy link
Open
Labels
A:coreIssues or PRs describing changes to the core of uptime kumaIssues or PRs describing changes to the core of uptime kumafeature-requestRequest for new features to be addedRequest for new features to be added
Metadata
Metadata
Assignees
Labels
A:coreIssues or PRs describing changes to the core of uptime kumaIssues or PRs describing changes to the core of uptime kumafeature-requestRequest for new features to be addedRequest for new features to be added
🏷️ Feature Request Type
Other
🔖 Feature description
Allow users to use an external Postgres database to store all configuration/info for Uptime Kuma
✔️ Solution
Add support for Postgred databases
❓ Alternatives
Add support for MySQL though personally, I think Postgres is better.
📝 Additional Context
I think currently, data is store with sqlite? I would rather store my data on my existing database server because I have backup routines, etc, which will protect the data. I like to keep the dat a spearate from the app so I can just reinstall the app, point it at the correct database