We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The command '/bin/sh -c echo deb http://1c.postgrespro.ru/deb/ xenial main > /etc/apt/sources.list.d/postgrespro-1c.list && wget --quiet -O- http://1c.postgrespro.ru/keys/GPG-KEY-POSTGRESPRO-1C | apt-key add - && apt-get -qq update && apt-get -qq install --yes --no-install-recommends postgresql-common-pro-1c && sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf && apt-get -qq install --yes --no-install-recommends postgresql-pro-1c-$SERVER_VERSION && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 2 Вновь сломались ссылки на репы, пытаюсь перебить ссылки в скрипте но начинает ругаться на:
The command '/bin/sh -c echo deb http://1c.postgrespro.ru/deb/ xenial main > /etc/apt/sources.list.d/postgrespro-1c.list && wget --quiet -O- http://1c.postgrespro.ru/keys/GPG-KEY-POSTGRESPRO-1C | apt-key add - && apt-get -qq update && apt-get -qq install --yes --no-install-recommends postgresql-common-pro-1c && sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf && apt-get -qq install --yes --no-install-recommends postgresql-pro-1c-$SERVER_VERSION && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 2
Для пакета «postgresql-common-pro-1c» не найден кандидат на установку
ENV SERVER_VERSION 13 ENV PATH /usr/lib/postgresql/$SERVER_VERSION/bin:$PATH ENV PGDATA /data RUN wget --quiet -O- http://repo.postgrespro.ru/keys/GPG-KEY-POSTGRESPRO | apt-key add - \ && echo deb http://repo.postgrespro.ru/pg1c-13/ubuntu/ xenial main > /etc/apt/sources.list.d/postgrespro-1c.list \ && apt-get -qq update \ && apt-get -qq install --yes --no-install-recommends postgresql-common-pro-1c \ && sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf \ && apt-get -qq install --yes --no-install-recommends postgrespro-1c-$SERVER_VERSION \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*
The text was updated successfully, but these errors were encountered:
common, кажется, более не существует. С сайта производителя:
common
Продукт Postgres Pro Standard 13 Поддерживаемые конфигурации: версии операционной системы и архитектуры ubuntu 16.04: x86_64 ubuntu 18.04: x86_64 ubuntu 20.04: x86_64, ppc64le, aarch64 ubuntu 20.10: x86_64 Инструкции по установке curl -o apt-repo-add.sh https://repo.postgrespro.ru/pgpro-13/keys/apt-repo-add.sh sh apt-repo-add.sh Если наш продукт единственный Postgres на вашей машине и вы хотите сразу получить готовую к употреблению базу: apt-get install postgrespro-std-13
Продукт Postgres Pro Standard 13
Поддерживаемые конфигурации: версии операционной системы и архитектуры
Инструкции по установке
curl -o apt-repo-add.sh https://repo.postgrespro.ru/pgpro-13/keys/apt-repo-add.sh sh apt-repo-add.sh
Если наш продукт единственный Postgres на вашей машине и вы хотите сразу получить готовую к употреблению базу:
apt-get install postgrespro-std-13
Sorry, something went wrong.
И далее:
Если вы хотите создать базу пригодную для использования с продуктами 1С: apt-get install postgrespro-std-13-contrib /opt/pgpro/std-13/bin/pg-setup initdb --tune=1c /opt/pgpro/std-13/bin/pg-setup service enable /opt/pgpro/std-13/bin/pg-setup service start
Если вы хотите создать базу пригодную для использования с продуктами 1С:
apt-get install postgrespro-std-13-contrib /opt/pgpro/std-13/bin/pg-setup initdb --tune=1c /opt/pgpro/std-13/bin/pg-setup service enable /opt/pgpro/std-13/bin/pg-setup service start
No branches or pull requests
The command '/bin/sh -c echo deb http://1c.postgrespro.ru/deb/ xenial main > /etc/apt/sources.list.d/postgrespro-1c.list && wget --quiet -O- http://1c.postgrespro.ru/keys/GPG-KEY-POSTGRESPRO-1C | apt-key add - && apt-get -qq update && apt-get -qq install --yes --no-install-recommends postgresql-common-pro-1c && sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf && apt-get -qq install --yes --no-install-recommends postgresql-pro-1c-$SERVER_VERSION && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 2
Вновь сломались ссылки на репы, пытаюсь перебить ссылки в скрипте но начинает ругаться на:
The text was updated successfully, but these errors were encountered: