Skip to content

Ensure backupreader user can make backups#49

Closed
BenjaminPelletier wants to merge 1 commit intoRopeWiki:masterfrom
BenjaminPelletier:feature/allow-backupreader-backups
Closed

Ensure backupreader user can make backups#49
BenjaminPelletier wants to merge 1 commit intoRopeWiki:masterfrom
BenjaminPelletier:feature/allow-backupreader-backups

Conversation

@BenjaminPelletier
Copy link
Copy Markdown
Member

Intended to resolve #44

Comment thread backup_manager/Dockerfile
USER backupreader
RUN mkdir -p /home/backupreader/backups
RUN mkdir -p /home/backupreader/backups && chown backupreader /home/backupreader/backups
VOLUME /home/backupreader/backups
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this make backups be stored inside a docker volume?

I think there's a strong case to be made to keep backups outside of the docker ecosystem - as simple files which can be manipulated directly. Also deploy_tool has logic in it for blowing-away volumes, and it's feels to easily to accidentally delete all our backups when tidying up "unused" docker resources.

@BenjaminPelletier BenjaminPelletier marked this pull request as draft August 11, 2023 18:51
@hcooper
Copy link
Copy Markdown
Contributor

hcooper commented Mar 2, 2026

Closing this for house keeping as #170 overhauls a bunch of things.

@hcooper hcooper closed this Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot trigger manual backup as backupreader user

2 participants