├── Dockerfile ├── README.md ├── aks ├── pg-backup-cronJob.yaml ├── pg-persistent-volume-claim.yaml └── pg-storage-class.yaml └── dumpDatabase.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinormaloku/postgre-backup-container/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinormaloku/postgre-backup-container/HEAD/README.md -------------------------------------------------------------------------------- /aks/pg-backup-cronJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinormaloku/postgre-backup-container/HEAD/aks/pg-backup-cronJob.yaml -------------------------------------------------------------------------------- /aks/pg-persistent-volume-claim.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinormaloku/postgre-backup-container/HEAD/aks/pg-persistent-volume-claim.yaml -------------------------------------------------------------------------------- /aks/pg-storage-class.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinormaloku/postgre-backup-container/HEAD/aks/pg-storage-class.yaml -------------------------------------------------------------------------------- /dumpDatabase.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rinormaloku/postgre-backup-container/HEAD/dumpDatabase.sh --------------------------------------------------------------------------------