Skip to content

Commit ea2fa63

Browse files
committed
Release 4.1.22: PostgreSQL 18 support and GHCR naming updates
1 parent e325edd commit ea2fa63

3 files changed

Lines changed: 18 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.1.22 2026-03-06 <a75g@github>
2+
3+
### Changed
4+
- Update PostgreSQL client tools from 17.x to 18.x for PostgreSQL 18 server compatibility
5+
- Update repository and GHCR naming references for this fork
6+
7+
18
## 4.1.21 2025-08-08 <dave at tiredofit dot ca>
29

310
### Changed
@@ -89,7 +96,7 @@
8996
- Mysql 11.x Support
9097
- Influx2 Client 2.7.5
9198
- AWS Client 1.35.13
92-
- Postgresql 17.x Support
99+
- Postgresql 18.x Support
93100

94101

95102
## 4.1.8 2024-10-29 <dave at tiredofit dot ca>

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ENV INFLUX1_CLIENT_VERSION=1.8.0 \
1313
AWS_CLI_VERSION=1.36.40 \
1414
CONTAINER_ENABLE_MESSAGING=TRUE \
1515
CONTAINER_ENABLE_MONITORING=TRUE \
16-
IMAGE_NAME="tiredofit/db-backup" \
17-
IMAGE_REPO_URL="https://github.com/tiredofit/docker-db-backup/"
16+
IMAGE_NAME="a75g/docker-db-backup" \
17+
IMAGE_REPO_URL="https://github.com/A75G/docker-db-backup/"
1818

1919
RUN source /assets/functions/00-container && \
2020
set -ex && \

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# github.com/tiredofit/docker-db-backup
1+
# github.com/A75G/docker-db-backup
22

3-
[![GitHub release](https://img.shields.io/github/v/tag/tiredofit/docker-db-backup?style=flat-square)](https://github.com/tiredofit/docker-db-backup/releases/latest)
4-
[![Build Status](https://img.shields.io/github/actions/workflow/status/tiredofit/docker-db-backup/main.yml?branch=main&style=flat-square)](https://github.com/tiredofit/docker-db-backup/actions)
5-
[![Docker Stars](https://img.shields.io/docker/stars/tiredofit/db-backup.svg?style=flat-square&logo=docker)](https://hub.docker.com/r/tiredofit/db-backup/)
6-
[![Docker Pulls](https://img.shields.io/docker/pulls/tiredofit/db-backup.svg?style=flat-square&logo=docker)](https://hub.docker.com/r/tiredofit/db-backup/)
3+
[![GitHub release](https://img.shields.io/github/v/tag/A75G/docker-db-backup?style=flat-square)](https://github.com/A75G/docker-db-backup/releases/latest)
4+
[![Build Status](https://img.shields.io/github/actions/workflow/status/A75G/docker-db-backup/main.yml?branch=main&style=flat-square)](https://github.com/A75G/docker-db-backup/actions)
75
[![Become a sponsor](https://img.shields.io/badge/sponsor-tiredofit-181717.svg?logo=github&style=flat-square)](https://www.tiredofit.ca/sponsor)
86
[![Paypal Donate](https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal&style=flat-square)](https://www.paypal.me/tiredofit)
97

@@ -122,12 +120,10 @@ Clone this repository and build the image with `docker build <arguments> (imagen
122120

123121
### Prebuilt Images
124122

125-
Builds of the image are available on [Docker Hub](https://hub.docker.com/r/tiredofit/db-backup)
126-
127-
Builds of the image are also available on the [Github Container Registry](https://github.com/tiredofit/docker-db-backup/pkgs/container/docker-db-backup)
123+
Builds of this fork are available on the [Github Container Registry](https://github.com/A75G/docker-db-backup/pkgs/container/docker-db-backup)
128124

129125
```bash
130-
docker pull ghcr.io/tiredofit/docker-db-backup:(imagetag)
126+
docker pull ghcr.io/a75g/docker-db-backup:(imagetag)
131127
```
132128

133129
The following image tags are available along with their tagged release based on what's written in the [Changelog](CHANGELOG.md):
@@ -136,8 +132,10 @@ The following image tags are available along with their tagged release based on
136132
| ----------- | --------- |
137133
| latest | `:latest` |
138134

135+
Use the same GHCR image format for all tags:
136+
139137
```bash
140-
docker pull docker.io/tiredofit/db-backup:(imagetag)
138+
docker pull ghcr.io/a75g/docker-db-backup:latest
141139
```
142140

143141
#### Multi Architecture

0 commit comments

Comments
 (0)