Skip to content

Commit d3a7f62

Browse files
committed
fix(Dockerfile): rollback to postgres:9.4-alpine
We are going back to 9.4 because upgrade 11.1 would require and upgrading proceedure using tools like pg_upgrade and scripts that would do the dump and restore on the postgres data directory. 🙈
1 parent 1086b75 commit d3a7f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:11-alpine
1+
FROM postgres:9.4-alpine
22

33
ENV WALE_LOG_DESTINATION stderr
44
ENV WALE_ENVDIR /etc/wal-e.d/env

0 commit comments

Comments
 (0)