Implement PostgreSQL upgrade and rollback scripts, update docker-compose for PostgreSQL version 17.5, and enhance .gitignore to include backup files. Add README for upgrade instructions.

This commit is contained in:
Yuri-Lima
2025-08-31 12:11:50 +02:00
parent 9b841b21d9
commit 16c737c816
7 changed files with 160601 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ services:
network_mode: bridge
postgres:
restart: always
image: "postgres:15.1-alpine"
image: "postgres:17.5-alpine"
container_name: phoenixDB # Hostname
# logging:
# driver: loki