PostgreSQL Storage #66
nickdollimount
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
Just so I understand the feature request, you're talking about configuration storage only? Meaning, the I'd hate to add another NPM dependency just to sync the config file, not to mention reliance on a 3rd party database. I actually have a better way planned for a future release, where the backup conductors won't need anything except the secret key, and the current primary will send them an encrypted copy of the config file. In short, no file juggling required. Would that satisfy this request? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be really nice to have the ability to use PostgreSQL as a configuration storage option. Allowing all masters to simply connect to a PostgreSQL database to share configuration data would be ideal. I haven't looked at the structure of the SQLite database but I presume it could simply use the same schema.
The access to the PostgreSQL database can be achieved using PG-Promise. I've used this in a personal project of mine and it works great; I've never had any issues with it. Though I wouldn't be able to speak to how well it would scale to a larger application like xyOps.
Beta Was this translation helpful? Give feedback.
All reactions