Its-Alex / backlog

Personal backlog
0 stars 0 forks source link

Create a backup/restore container for postgres #26

Closed Its-Alex closed 1 day ago

Its-Alex commented 1 month ago

Context

I have some selfhosted applications and I would like to backup then using a tool like restic. The tools must include:

I must know how to restore those backups. All this works will be done in a playground first.

Its-Alex commented 5 days ago

@stephane-klein shared https://github.com/stephane-klein/restic-pg_dump-docker with me, I would like to implement versionning before using it

Its-Alex commented 5 days ago

I made a PR (https://github.com/stephane-klein/restic-pg_dump-docker/pull/2), I will wait a few days see if this is merged

stephane-klein commented 3 days ago

I made a PR (https://github.com/stephane-klein/restic-pg_dump-docker/pull/2), I will wait a few days see if this is merged

@Its-Alex done

Its-Alex commented 1 day ago

I will close and use https://github.com/stephane-klein/restic-pg_dump-docker