Replies: 1 comment
-
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. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions