Upgrading to Postgres 16.3
Datero engine release that switches to Postgres 16.3.
All inclusive datero_engine image with underlying postgres version: 16.3.
Features upgrade for the duckdb_fdw
connector to the latest stable 1.0.0
DuckDB release.
docker pull chumaky/datero_engine
docker pull chumaky/datero_engine:16.3
Included FDWs:
Datero | Postgres | FDW | Version |
---|---|---|---|
16.3 | 16.3 | mysql_fdw | 2.9.1 |
16.3 | 16.3 | oracle_fdw | 2.6.0 |
16.3 | 16.3 | sqlite_fdw | 2.4.0 |
16.3 | 16.3 | mongo_fdw | 5.5.1 |
16.3 | 16.3 | tds_fdw | 2.0.3 (master branch) |
16.3 | 16.3 | redis_fdw | 16.3.0 (REL_16_STABLE branch) |
16.3 | 16.3 | duckdb_fdw | 1.0.0 |
16.3 | 16.3 | Postgres | built-in |
16.3 | 16.3 | Flat Files | built-in |
Individual FDW Images
FDW | Image |
---|---|
MySQL | chumaky/postgres_mysql_fdw |
Oracle | chumaky/postgres_oracle_fdw |
SQLite | chumaky/postgres_sqlite_fdw |
Mongo | chumaky/postgres_mongo_fdw |
MSSQL | chumaky/postgres_mssql_fdw |
TDS | chumaky/postgres_tds_fdw |
Redis | chumaky/postgres_redis_fdw |
DuckDB | chumaky/postgres_duckdb_fdw |