BCDevOps / backup-container

A simple container for a simple backup strategy.
Apache License 2.0
42 stars 56 forks source link

Upgrade to the latest version of go-crond #98

Closed WadeBarnes closed 1 year ago

WadeBarnes commented 1 year ago

Upgrade to the latest version of go-crond and migrate away from using the BCDevOps/go-crond as it is being deprecated in favor of the upstream project webdevops/go-crond which has since merged the features that prompted the BCDevOps/go-crond fork.

An example of switching and upgrading can be found here:

WadeBarnes commented 1 year ago

Addressed with https://github.com/BCDevOps/backup-container/pull/100

WadeBarnes commented 1 year ago

Ran into build issues. Also noticed, after the fact, that only one docker file got updated. There are three others that need to be updated too.

WadeBarnes commented 1 year ago

@rajpalc7, The name of the artifacts have changed from go-crond-64-linux to go-crond.linux.amd64. This happened after release 21.5.0 starting with release 22.9.0.

WadeBarnes commented 1 year ago

I've committed a quick fix for the Postgres build.

WadeBarnes commented 1 year ago

Addressed in https://github.com/BCDevOps/backup-container/pull/101