Nextcloud - Upgrading PostgreSQL database running as Docker container from 17 to 18
Append YAML file with docker-compose definition for new PostgreSQL 18 database: nextcloud-postgres18: container_name: nextcloud-postgres18 hostname: nextcloud-postgres18 image: postgres:18-alpine restart: always volumes: - /data/nextcloud-postgresql18-data64:/var/lib/postgresql environment: - POSTGRES_PASSWORD= - POSTGRES_DB=nextcloud - POSTGRES_USER=nextcloud… Continue reading Nextcloud - Upgrading PostgreSQL database running as Docker container from 17 to 18