Skip to content
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

Regress fixes for PG13 - PG16 and simplification #251

Merged
merged 2 commits into from
May 18, 2023

Commits on May 18, 2023

  1. Regress fixes for PG14 and PG15 and simplification

     - Just use libgdal-dev from main repo,
       its 3.4 still same as ubuntugis
     - Allow read of source folder
    robe2 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    af70a2c View commit details
    Browse the repository at this point in the history
  2. Get PG13 - PG16 working

     - Remove all preinstalled postgresql,
       PG14 was installed in all of them
       Which was causing issues for PG13
     - Force all postgresql dependencies to come from apt.postgresql.org
     - Use pg_lsclusters to confirm what are running, mostly for debugging
       in future
     - Put back PG16 in testing loop
    robe2 committed May 18, 2023
    Configuration menu
    Copy the full SHA
    7b730bf View commit details
    Browse the repository at this point in the history