sameersbn / sameersbn/docker-gitlab
Add backups to the makefile
Open
Nobody has claimed this yet.
wontfix
- Dominant language
- Shell
- Stars
- 8.1k
- Forks
- 2.1k
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 7
Description
Would it be nice to receive a PR that contained a command to create a backup of gitlab?
eg...
backup:
@echo "Creating backup"
@docker-compose exec gitlab bundle exec rake gitlab:backup:create
EDIT: Also, why is it advised to take gitlab offline before making backups?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the repository Makefile and checking its existing Docker Compose commands. Use the issue's GitLab backup command as the requested behavior, and investigate the backup/offline question in the project documentation or configuration. Done means a Makefile target creates the backup and the relevant guidance is clarified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose, shell
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100