Realized that we're actually using Postgres 15 in Supabase, so we should be able to bump the version used in docker compose without much issue. Since it's just for local development, can just dump the data present in docker volumes.
The few references to postgres:14: https://github.com/search?q=repo%3ASuffolkLITLab%2FEfileProxyServer+%22postgres%3A14%22&type=code.
Realized that we're actually using Postgres 15 in Supabase, so we should be able to bump the version used in docker compose without much issue. Since it's just for local development, can just dump the data present in docker volumes.
The few references to
postgres:14: https://github.com/search?q=repo%3ASuffolkLITLab%2FEfileProxyServer+%22postgres%3A14%22&type=code.