Skip to content

Commit 7be47cd

Browse files
author
sergey grinko
committed
Убрал поддержку проверки кластера из версий старее 15-й
1 parent 1aac80f commit 7be47cd

12 files changed

Lines changed: 0 additions & 119 deletions

File tree

12/bin/check_cluster_start.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

12/check_cluster_service.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

12/docker-pgprobackup/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ RUN apt-get update \
3030
# ... install pg-probackup and other...
3131
&& apt-get install -y --no-install-recommends \
3232
pg-probackup-$PG_MAJOR \
33-
postgresql-$PG_MAJOR-pg-catcheck \
3433
postgresql-client-$PG_MAJOR \
3534
&& mkdir -p $BACKUP_PATH \
3635
&& chown -R postgres:postgres $BACKUP_PATH \

12/docker-postgres/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ RUN localedef -i ru_RU -c -f UTF-8 -A /usr/share/locale/locale.alias ru_RU.UTF-8
3434
postgresql-$PG_MAJOR-plpgsql-check \
3535
postgresql-$PG_MAJOR-tds-fdw \
3636
libkrb5-dev \
37-
postgresql-$PG_MAJOR-pg-catcheck \
3837
&& sed -i "s/;\ttext size = 64512/\ttext size = 1262485504/g" /etc/freetds/freetds.conf \
3938
&& git config --global http.sslverify false \
4039
&& mkdir -p /tmp/build_ext \
@@ -119,7 +118,6 @@ COPY ./initdb-extension.sh /docker-entrypoint-initdb.d/10_extension.sh
119118
COPY ./update-extension.sh /usr/local/bin/
120119
COPY ./backup.sh /usr/local/bin/
121120
COPY ./show.sh /usr/local/bin/
122-
COPY ./check_cluster.sh /usr/local/bin/
123121
# copy sql files
124122
COPY ./sql/*.sql /usr/local/bin/
125123
# copy postgres files

13/bin/check_cluster_start.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

13/check_cluster_service.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

13/docker-pgprobackup/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ RUN apt-get update \
3030
# ... install pg-probackup and other...
3131
&& apt-get install -y --no-install-recommends \
3232
pg-probackup-$PG_MAJOR \
33-
postgresql-$PG_MAJOR-pg-catcheck \
3433
postgresql-client-$PG_MAJOR \
3534
&& mkdir -p $BACKUP_PATH \
3635
&& chown -R postgres:postgres $BACKUP_PATH \
@@ -43,7 +42,6 @@ RUN apt-get update \
4342

4443
COPY ./backup.sh /usr/local/bin
4544
COPY ./show.sh /usr/local/bin
46-
COPY ./check_cluster.sh /usr/local/bin
4745
# copy sql files
4846
COPY ./sql/*.sql /usr/local/bin/
4947

13/docker-postgres/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ RUN localedef -i ru_RU -c -f UTF-8 -A /usr/share/locale/locale.alias ru_RU.UTF-8
3434
postgresql-$PG_MAJOR-plpgsql-check \
3535
postgresql-$PG_MAJOR-tds-fdw \
3636
libkrb5-dev \
37-
postgresql-$PG_MAJOR-pg-catcheck \
3837
&& sed -i "s/;\ttext size = 64512/\ttext size = 1262485504/g" /etc/freetds/freetds.conf \
3938
&& git config --global http.sslverify false \
4039
&& mkdir -p /tmp/build_ext \
@@ -119,7 +118,6 @@ COPY ./initdb-extension.sh /docker-entrypoint-initdb.d/10_extension.sh
119118
COPY ./update-extension.sh /usr/local/bin/
120119
COPY ./backup.sh /usr/local/bin/
121120
COPY ./show.sh /usr/local/bin/
122-
COPY ./check_cluster.sh /usr/local/bin/
123121
# copy sql files
124122
COPY ./sql/*.sql /usr/local/bin/
125123
# copy postgres files

14/bin/check_cluster_start.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

14/check_cluster_service.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)