-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: External DB support #2270
Labels
enhancement
New feature or request
Comments
DarioGii
added a commit
that referenced
this issue
Dec 10, 2024
DarioGii
added a commit
that referenced
this issue
Dec 10, 2024
DarioGii
added a commit
that referenced
this issue
Dec 10, 2024
DarioGii
added a commit
that referenced
this issue
Dec 10, 2024
DarioGii
added a commit
that referenced
this issue
Dec 11, 2024
DarioGii
added a commit
that referenced
this issue
Dec 11, 2024
DarioGii
added a commit
that referenced
this issue
Dec 11, 2024
DarioGii
added a commit
that referenced
this issue
Dec 12, 2024
DarioGii
added a commit
that referenced
this issue
Dec 12, 2024
DarioGii
added a commit
that referenced
this issue
Dec 12, 2024
DarioGii
added a commit
that referenced
this issue
Dec 12, 2024
DarioGii
added a commit
that referenced
this issue
Dec 12, 2024
DarioGii
added a commit
that referenced
this issue
Dec 14, 2024
DarioGii
added a commit
that referenced
this issue
Dec 14, 2024
DarioGii
added a commit
that referenced
this issue
Dec 14, 2024
DarioGii
added a commit
that referenced
this issue
Dec 14, 2024
DarioGii
added a commit
that referenced
this issue
Dec 15, 2024
7 tasks
DarioGii
added a commit
that referenced
this issue
Dec 20, 2024
DarioGii
added a commit
that referenced
this issue
Dec 22, 2024
DarioGii
added a commit
that referenced
this issue
Dec 30, 2024
DarioGii
added a commit
that referenced
this issue
Jan 1, 2025
DarioGii
added a commit
that referenced
this issue
Jan 6, 2025
DarioGii
added a commit
that referenced
this issue
Jan 6, 2025
DarioGii
added a commit
that referenced
this issue
Jan 6, 2025
DarioGii
added a commit
that referenced
this issue
Jan 6, 2025
Frooodle
pushed a commit
that referenced
this issue
Jan 6, 2025
# Description External DB support for Stirling PDF. You can now choose between the default H2 or PostgreSQL by setting the new `enableCustomDatabase` property to `true` or `false`. To enable your own custom (PostgreSQL) database: - Set `enableCustomDatabase` to `true` - Add your database url to `customDatabaseUrl` - Set your `username` and `password` Closes #2270 ## Checklist - [x] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [x] I have performed a self-review of my own code - [x] I have attached images of the change if it is UI based - [x] I have commented my code, particularly in hard-to-understand areas - [ ] If my code has heavily changed functionality I have updated relevant docs on [Stirling-PDFs doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) - [x] My changes generate no new warnings - [x] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only)
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Description
External DB support for security/ram optimisation and to allow multiple Stirling-PDF instances to be used along side load-balancer
Best to use PostgreSQL and its gradle dependency
Framework to add Oracle and MySQL easily if needed in future and should be done via the settings.yml
Why is this feature valuable?
External DB support for security/ram optimisation and to allow multiple Stirling-PDF instances to be used along side load-balancer
Suggested Implementation
No response
Additional Information
No response
No Duplicate of the Feature
The text was updated successfully, but these errors were encountered: