mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
required passwords added for db restoration
This commit is contained in:
parent
55c02b1843
commit
23c4d3afe2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/restore-site.yml
vendored
2
.github/workflows/restore-site.yml
vendored
|
|
@ -254,7 +254,7 @@ jobs:
|
|||
echo \"Restoring from: \$DB_FILE\"
|
||||
|
||||
# Construct command using array to handle arguments safely
|
||||
ARGS=(bench --site ${{ github.event.inputs.site_name }} --force restore \"\$DB_FILE\")
|
||||
ARGS=(bench --site ${{ github.event.inputs.site_name }} --force restore \"\$DB_FILE\" --db-root-password \"'\"\$MARIADB_ROOT_PASSWORD\"'\" --admin-password \"'\"\$ADMIN_PASSWORD\"'\")
|
||||
|
||||
if [ -n \"\$PUBLIC_FILES\" ]; then
|
||||
echo \"With public files: \$PUBLIC_FILES\"
|
||||
|
|
|
|||
Loading…
Reference in a new issue