Skip to content

postgis 3.3.1 and 15beta4 upgrade ; remove postgis 2.5 #313

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

Merged
merged 9 commits into from
Sep 13, 2022

Conversation

ImreSamu
Copy link
Member

@ImreSamu ImreSamu commented Sep 10, 2022

Changes:

  • Drop Debian Stretch as it's EOL ( No Upstream update. Drop Debian Stretch as it's EOL docker-library/postgres#974 )

    • --> removing all postgis2.5 images. ( including 2.5-alpine )
      • Currently the alpine image is dependent on the debian version. In the future, this limitation should be removed with the next major planned refactoring ( ~ jq )
  • Upgrade to Postgis 3.3.1

    • except 10-3.2
  • upgrade to Postgres 15beta4

    • 15beta3-3.2 -> 15beta4-3.3
    • 15beta3-master -> 15beta4-master
  • Removed test docker images:

    • 14-3.3.0rc2
    • 15beta3-3.3.0rc2

PR method:

# Remove Postgis 2.5 ( alpine, debian )
git rm -r 10-2.5/
git rm -r 11-2.5/

# Upgrade to 3.3
git mv 11-3.2/   11-3.3/  
git mv 12-3.2/   12-3.3/  
git mv 13-3.2/   13-3.3/  
git mv 14-3.2/   14-3.3/

# Removing test images
git rm -r 14-3.3.0rc2/ 
git rm -r 15beta3-3.3.0rc2/
git rm -r 15beta3-3.2/
git rm -r 15beta3-master/

# re-generate new docker files from template
make update
  • later re-Added:
  • 15beta4-3.2
  • 15beta4-master

manual Upgrade :

  • README.md
  • .github/workflows/main.yml

Status:

  • OLD: 21 JOB ( image )
  • NEW: 15 JOB ( image )

@ImreSamu ImreSamu marked this pull request as ready for review September 11, 2022 14:17
@ImreSamu ImreSamu marked this pull request as draft September 11, 2022 16:05
@ImreSamu ImreSamu changed the title postgis 3.3 upgrade, remove postgis 2.5 postgis 3.3.1 upgrade, remove postgis 2.5 Sep 11, 2022
@ImreSamu
Copy link
Member Author

ImreSamu commented Sep 11, 2022

@ImreSamu ImreSamu marked this pull request as ready for review September 11, 2022 18:32
@ImreSamu ImreSamu changed the title postgis 3.3.1 upgrade, remove postgis 2.5 postgis 3.3.1 and 15beta4 upgrade ; remove postgis 2.5 Sep 13, 2022
@ImreSamu
Copy link
Member Author

I have re-added the new 15beta4-* images;
so All the planned things are done.

Status:

  • OLD: 21 JOB ( image )
  • NEW: 15 JOB ( image )

cc: @phillipross ; Ready to review ( Merge )

Copy link
Contributor

@phillipross phillipross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@phillipross phillipross merged commit d80da52 into postgis:master Sep 13, 2022
@phillipross
Copy link
Contributor

a fond farewell to v2.5
thanks @ImreSamu !

@ImreSamu ImreSamu deleted the pgis33 branch September 13, 2022 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants