Skip to content

Commit 14a48df

Browse files
authored
Pin partman version for testing (#92)
1 parent af4785f commit 14a48df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ RUN apt-get update && apt-get install -y curl ca-certificates gnupg lsb-release
66

77
RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg >/dev/null
88

9-
RUN echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list
9+
RUN echo "deb https://apt-archive.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg-archive main" > /etc/apt/sources.list.d/pgdg.list
1010

11-
RUN apt update && apt-get install -y postgresql-$PG_MAJOR-partman
11+
RUN apt update && apt-get install -y postgresql-$PG_MAJOR-partman=4.7.4-2.pgdg110+1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following functionality is currently unsupported:
7878

7979
Compatibility notes:
8080

81-
- While some features may work with older versions, this gem is currently tested against PostgreSQL 11+
81+
- While some features may work with other versions, this gem is currently tested against PostgreSQL 11+ and Partman 4.x
8282
- There is a [bug](https://github.com/rails/rails/pull/41490) in early versions of Rails 6.1 when using `algorithm: :concurrently`. To add / remove indexes concurrently, please upgrade to at least Rails 6.1.4.
8383

8484
#### safe\_create\_table

0 commit comments

Comments
 (0)