Replies: 1 comment 1 reply
|
Hi Honestly not sure what would need to be changed. I believe most of the queries are SQLite specific, so those would need to also be changed. |
1 reply
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.
I would like to use an external Postgres database instead of the embedded SQLite one (running in K8s, do not want the SQLite to get corrupted with a NFS volume mount). Is there a way to do this?
Edit: Is this what needs changing to support it? https://github.com/ellite/Wallos/blob/5fff7c59eb92147cfeb56d2b9bf595cd0800a8c3/includes/connect_endpoint.php
All reactions