Skip to content

Commit 8452b33

Browse files
committed
Merge branch '0-4-6' into 'master'
Update extended-postgres image to v0.4.6 See merge request postgres-ai/database-lab!909
2 parents aec0e3f + 5ae950f commit 8452b33

13 files changed

+20
-20
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Read more:
9292
- Theoretical max of snapshots/clones: 2<sup>64</sup> ([ZFS](https://en.wikipedia.org/wiki/ZFS), default)
9393
- Maximum size of PostgreSQL data directory: 256 quadrillion zebibytes, or 2<sup>128</sup> bytes ([ZFS](https://en.wikipedia.org/wiki/ZFS), default)
9494
- Support & technologies
95-
- Supported PostgreSQL versions: 9.6–15
95+
- Supported PostgreSQL versions: 9.6–16
9696
- Thin cloning ([CoW](https://en.wikipedia.org/wiki/Copy-on-write)) technologies: [ZFS](https://en.wikipedia.org/wiki/ZFS) and [LVM](https://en.wikipedia.org/wiki/Logical_Volume_Manager_(Linux))
9797
- UI for manual tasks and API & CLI for automation
9898
- Packaged in Docker containers for all components

engine/configs/config.example.logical_generic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ databaseContainer: &db_container
101101
# It is possible to choose any custom or official Docker image that runs Postgres. Our Dockerfile
102102
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
103103
# is recommended in case if customization is needed.
104-
dockerImage: "postgresai/extended-postgres:15-0.4.1"
104+
dockerImage: "postgresai/extended-postgres:16-0.4.6"
105105

106106
# Container parameters, see
107107
# https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources

engine/configs/config.example.logical_rds_iam.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ databaseContainer: &db_container
100100
# It is possible to choose any custom or official Docker image that runs Postgres. Our Dockerfile
101101
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
102102
# is recommended in case if customization is needed.
103-
dockerImage: "postgresai/extended-postgres:15-0.4.1"
103+
dockerImage: "postgresai/extended-postgres:16-0.4.6"
104104

105105
# Custom parameters for containers with PostgreSQL, see
106106
# https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources

engine/configs/config.example.physical_generic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ databaseContainer: &db_container
100100
# Any custom or official Docker image that runs Postgres. Our Dockerfile
101101
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
102102
# is recommended in case if customization is needed.
103-
dockerImage: "postgresai/extended-postgres:15-0.4.1"
103+
dockerImage: "postgresai/extended-postgres:16-0.4.6"
104104

105105
# Custom parameters for containers with PostgreSQL, see
106106
# https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources

engine/configs/config.example.physical_pgbackrest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ databaseContainer: &db_container
100100
# Any custom or official Docker image that runs Postgres. Our Dockerfile
101101
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
102102
# is recommended in case if customization is needed.
103-
dockerImage: "postgresai/extended-postgres:15-0.4.1"
103+
dockerImage: "postgresai/extended-postgres:16-0.4.6"
104104

105105
# Custom parameters for containers with PostgreSQL, see
106106
# https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources

engine/configs/config.example.physical_walg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ databaseContainer: &db_container
100100
# Any custom or official Docker image that runs Postgres. Our Dockerfile
101101
# (See https://gitlab.com/postgres-ai/custom-images/-/tree/master/extended)
102102
# is recommended in case if customization is needed.
103-
dockerImage: "postgresai/extended-postgres:15-0.4.1"
103+
dockerImage: "postgresai/extended-postgres:16-0.4.6"
104104

105105
# Custom parameters for containers with PostgreSQL, see
106106
# https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources

engine/test/_cleanup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ sudo zpool destroy test_dblab_pool \
3333
sudo rm -f "${ZFS_FILE}"
3434

3535
# Remove CLI configuration
36-
dblab config remove test || { echo "Cannot remove CLI configuration but this was optional (ignore the error)."; }
36+
dblab config remove test || true

translations/README.german.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Weiterlesen:
8080
- Blitzschnelles Klonen von Postgres-Datenbanken. Es wird ein paar Sekunden gebraucht, um einen neuen Klon zu erstellen, der bereit ist, Verbindungen und Abfragen zu akzeptieren, unabhängig von der Datenbankgröße.
8181
- Die theoretische maximale Anzahl von Snapshots und Klonen beträgt 2<sup>64</sup> ([ZFS](https://en.wikipedia.org/wiki/ZFS), Standard).
8282
- Theoretische maximale Größe des PostgreSQL-Datenverzeichnisses: 256 Billiarden Zebibyte oder 2<sup>128</sup> Byte ([ZFS](https://en.wikipedia.org/wiki/ZFS), Standard).
83-
- Unterstützte Hauptversionen von PostgreSQL: 9.6–14.
83+
- Unterstützte Hauptversionen von PostgreSQL: 9.6–16.
8484
- Zwei Technologien werden unterstützt, um Thin Cloning zu ermöglichen ([CoW](https://en.wikipedia.org/wiki/Copy-on-write)): [ZFS](https://en.wikipedia.org/wiki/ ZFS) und [LVM](https://en.wikipedia.org/wiki/Logical_Volume_Manager_(Linux)).
8585
- Alle Komponenten sind in Docker-Containern verpackt.
8686
- UI macht die manuelle Arbeit bequemer.

translations/README.portuguese-br.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Leia mais:
8080
- Clonagem the bancos de dados Postgres ultrarrápidos - apenas alguns segundos para criar um novo clone pronto para aceitar conexões e queries, independentemente do tamanho do banco de dados.
8181
- O número máximo teórico de snapshots e clones é 2<sup>64</sup> ([ZFS](https://en.wikipedia.org/wiki/ZFS), default).
8282
- O número máximo teórico de do diretório de dados do PostgreSQL: 256 quatrilhões zebibytes, ou 2<sup>128</sup> bytes ([ZFS](https://en.wikipedia.org/wiki/ZFS), default).
83-
- Versões _major_ do PostgreSQL suportadas: 9.6–14.
83+
- Versões _major_ do PostgreSQL suportadas: 9.6–16.
8484
- Duas tecnologias são suportadas para viabilizar o thin cloning ([CoW](https://en.wikipedia.org/wiki/Copy-on-write)): [ZFS](https://en.wikipedia.org/wiki/ZFS) e [LVM](https://en.wikipedia.org/wiki/Logical_Volume_Manager_(Linux)).
8585
- Todos os componentes estão empacotados em docker containers.
8686
- UI para tornar o trabalho manual mais conveniente.

translations/README.russian.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
- Молниеносное клонирование БД Postgres - создание нового клона, готового к работе, всего за несколько секунд (вне зависимости от размера БД).
8282
- Максимальное теоретическое количество снимков: 2<sup>64</sup>. ([ZFS](https://en.wikipedia.org/wiki/ZFS), вариант по умолчанию).
8383
- Максимальный теоретический размер директории данных PostgreSQL: 256 квадриллионов зебибайт или 2<sup>128</sup> байт ([ZFS](https://en.wikipedia.org/wiki/ZFS), вариант по умолчанию).
84-
- Поддерживаются все основные версии PostgreSQL: 9.6-14.
84+
- Поддерживаются все основные версии PostgreSQL: 9.6-16.
8585
- Для реализации тонкого клонирования поддерживаются две технологии ([CoW](https://en.wikipedia.org/wiki/Copy-on-write)): [ZFS](https://en.wikipedia.org/wiki/ZFS) и [LVM](https://en.wikipedia.org/wiki/Logical_Volume_Manager_(Linux)).
8686
- Все компоненты работают в Docker-контейнерах.
8787
- UI для удобства ручных действий пользователя.

translations/README.spanish.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Lee más:
8080
- Clonación ultrarrápida de bases de datos de Postgres: unos segundos para crear un nuevo clon listo para aceptar conexiones y consultas, independientemente del tamaño de la base de datos.
8181
- El número máximo teórico de instantáneas y clones es 2<sup>64</sup> ([ZFS](https://en.wikipedia.org/wiki/ZFS), predeterminado).
8282
- El tamaño máximo teórico del directorio de datos de PostgreSQL: 256 cuatrillones de zebibytes, o 2<sup>128</sup> bytes ([ZFS](https://en.wikipedia.org/wiki/ZFS), predeterminado).
83-
- Versiones principales de PostgreSQL admitidas: 9.6–14.
83+
- Versiones principales de PostgreSQL admitidas: 9.6–16.
8484
- Se admiten dos tecnologías para permitir la clonación ligera ([CoW](https://en.wikipedia.org/wiki/Copy-on-write)): [ZFS](https://en.wikipedia.org/wiki/ZFS) y [LVM](https://en.wikipedia.org/wiki/Logical_Volume_Manager_(Linux)).
8585
- Todos los componentes están empaquetados en contenedores Docker.
8686
- Interfaz de usuario para que el trabajo manual sea más conveniente.

translations/README.ukrainian.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
- блискавичне клонування БД Postgres - створення нового клону, готового до роботи, всього за кілька секунд (незалежно від розміру БД).
8282
- Максимальна теоретична кількість знімків: 2<sup>64</sup>. ([ZFS](https://en.wikipedia.org/wiki/ZFS), варіант за замовчуванням).
8383
- Максимальний теоретичний розмір директорії даних PostgreSQL: 256 квадрильйонів зебібайт або 2<sup>128</sup> байт ([ZFS](https://en.wikipedia.org/wiki/ZFS), варіант за замовчуванням).
84-
- Підтримуються усі основні версії PostgreSQL: 9.6-14.
84+
- Підтримуються усі основні версії PostgreSQL: 9.6-16.
8585
- Для реалізації тонкого клонування підтримуються дві технології ([CoW](https://en.wikipedia.org/wiki/Copy-on-write)): [ZFS](https://en.wikipedia.org/wiki/ZFS ) та [LVM](https://en.wikipedia.org/wiki/Logical_Volume_Manager_(Linux)).
8686
- Усі компоненти працюють у Docker-контейнерах.
8787
- UI для зручності ручних дій користувача.

ui/packages/shared/pages/Configuration/utils/index.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ const seContainerRegistry = 'se-images'
77
const genericImagePrefix = 'postgresai/extended-postgres'
88
// since some tags are rc, we need to specify the exact tags to use
99
const dockerImagesConfig = {
10-
'9.6': ['0.4.4', '0.4.3'],
11-
'10': ['0.4.4', '0.4.3'],
12-
'11': ['0.4.4', '0.4.3'],
13-
'12': ['0.4.4', '0.4.3'],
14-
'13': ['0.4.4', '0.4.3'],
15-
'14': ['0.4.4', '0.4.3'],
16-
'15': ['0.4.4', '0.4.3'],
17-
'16': ['0.4.4', '0.4.3'],
10+
'9.6': ['0.4.6', '0.4.5', '0.4.4'],
11+
'10': ['0.4.6', '0.4.5', '0.4.4'],
12+
'11': ['0.4.6', '0.4.5', '0.4.4'],
13+
'12': ['0.4.6', '0.4.5', '0.4.4'],
14+
'13': ['0.4.6', '0.4.5', '0.4.4'],
15+
'14': ['0.4.6', '0.4.5', '0.4.4'],
16+
'15': ['0.4.6', '0.4.5', '0.4.4'],
17+
'16': ['0.4.6', '0.4.5', '0.4.4'],
1818
}
1919

2020
export type FormValuesKey = keyof FormValues

0 commit comments

Comments
 (0)