kartoza / docker-pg-backup

A cron job that will back up databases running in a docker postgres container
GNU General Public License v2.0
452 stars 103 forks source link

Any plans on deploying the linux/arm64 to docker hub? #58

Closed yousufctec closed 1 year ago

yousufctec commented 2 years ago

I was using the kartoza/postgis arm64 version, and wanted this backup image as well in arm64. Right now I'm building my own image for backup purposes which takes quite sometime, would be helpful and align with postgis.

Thanks!

NyakudyaA commented 2 years ago

Hi, We will when we get a chance but maybe you could start a PR to incorporate workflows into here by getting the logic from postgis repo

DPR1604 commented 1 year ago

Hi, We will when we get a chance but maybe you could start a PR to incorporate workflows into here by getting the logic from postgis repo

@NyakudyaA I know this is an older thread now but I wouldn't mind getting this logic implemented as I currently have a use case for this would you be able to point me to where this logic is in the kartoza/postgis repo so I can take a look?

NyakudyaA commented 1 year ago

Please check https://github.com/kartoza/docker-postgis/tree/develop/.github That needs to be ported here and also just remove the scenario checks available otherwise the rest of the logic stays the same

NyakudyaA commented 1 year ago

Should be sorted now