mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
5 lines
No EOL
156 B
Bash
5 lines
No EOL
156 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
docker-compose exec gitlab chown -R $1:$1 /var/opt/gitlab/backups
|
|
docker-compose exec gitlab gitlab-rake gitlab:backup:restore force=yes |