You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,14 @@ docker exec <container name> sh restore.sh
45
45
docker exec <container name> sh restore.sh <timestamp>
46
46
```
47
47
48
+
# Development
49
+
## Build the image locally
50
+
`ALPINE_VERSION`determines Postgres version compatibility. See [`build-and-push-images.yml`](.github/workflows/build-and-push-images.yml) for the latest mapping.
51
+
```sh
52
+
cd postgres-backup-s3
53
+
docker build --build-arg ALPINE_VERSION=3.14
54
+
```
55
+
48
56
# Acknowledgements
49
57
This project is a fork and re-structuring of @schickling's [postgres-backup-s3](https://github.com/schickling/dockerfiles/tree/master/postgres-backup-s3) and [postgres-restore-s3](https://github.com/schickling/dockerfiles/tree/master/postgres-restore-s3).
0 commit comments