2014-08-31 49 views
0

嘗試將我的drupal應用程序恢復到openshift設備時,我總是遇到失敗。我能夠恢復我的應用程序的唯一方法是刪除它,然後重新創建應用程序,然後將恢復數據添加到新創建的應用程序。它看起來像一個權限錯誤。在openshift上恢復Drupal應用程序失敗

其他人有這個問題或有解決方案的想法?

下面是過程的樣子:

[email protected]:~/Siesta Solutions Projects and Files/Marias/Backups$ rhc snapshot restore mariadaycare -f mariasdaycare.tar.gz 
Restoring from snapshot mariasdaycare.tar.gz to application 'mariadaycare' ... 
Error in trying to restore snapshot. You can try to restore manually by running: 
cat 'mariasdaycare.tar.gz' | ssh 
[email protected]m 'restore 
INCLUDE_GIT' 
[email protected]:~/Siesta Solutions Projects and Files/Marias/Backups$ cat 'mariasdaycare.tar.gz' | ssh [email protected]m 'restore INCLUDE_GIT' 
Removing old git repo: ~/git/mariadaycare.git/ 
Removing old data dir: ~/app-root/data/* 
Restoring ~/git/mariadaycare.git and ~/app-root/data 
/bin/tar: app-root/data/sites/default/settings.php: Cannot open: Permission denied 
/bin/tar: Exiting with failure status due to previous errors 
/opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-node-1.28.6/lib/openshift-origin-node/utils/shell_exec.rb:133:in `block (2 levels) in oo_spawn': Shell command '/bin/tar --strip=2 --overwrite -xmz ./*/app-root/data ./*/app-deployments ./*/git --transform="s|${OPENSHIFT_GEAR_NAME}/data|app-root/data|" --transform="s|git/.*\.git|git/${OPENSHIFT_GEAR_NAME}.git|" --exclude="./*/app-root/runtime/data" --exclude="./*/mysql/data" --exclude="./*/php/data" --exclude="./*/phpmyadmin/data" --exclude="./*/cron/data" --exclude="./*/git/*.git/hooks" 1>&2' returned an error. rc=2 (OpenShift::Runtime::Utils::ShellExecutionException) 
from /opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-node-1.28.6/lib/openshift-origin-node/utils/shell_exec.rb:96:in `pipe' 
from /opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-node-1.28.6/lib/openshift-origin-node/utils/shell_exec.rb:96:in `block in oo_spawn' 
from /opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-node-1.28.6/lib/openshift-origin-node/utils/shell_exec.rb:95:in `pipe' 
from /opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-node-1.28.6/lib/openshift-origin-node/utils/shell_exec.rb:95:in `oo_spawn' 
from /opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-container-selinux-0.10.1/lib/openshift/runtime/containerization/selinux_container.rb:368:in `run_in_container_context' 
from /opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-node-1.28.6/lib/openshift-origin-node/model/application_container.rb:795:in `run_in_container_context' 
from /opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-node-1.28.6/lib/openshift-origin-node/model/application_container_ext/snapshots.rb:259:in `extract_restore_archive' 
from /opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-node-1.28.6/lib/openshift-origin-node/model/application_container_ext/snapshots.rb:162:in `restore' 
from /usr/bin/gear:585:in `block (2 levels) in <main>' 
from /opt/rh/ruby193/root/usr/share/gems/gems/commander-4.0.3/lib/commander/command.rb:180:in `call' 
from /opt/rh/ruby193/root/usr/share/gems/gems/commander-4.0.3/lib/commander/command.rb:180:in `call' 
from /opt/rh/ruby193/root/usr/share/gems/gems/commander-4.0.3/lib/commander/command.rb:155:in `run' 
from /opt/rh/ruby193/root/usr/share/gems/gems/commander-4.0.3/lib/commander/runner.rb:385:in `run_active_command' 
from /opt/rh/ruby193/root/usr/share/gems/gems/commander-4.0.3/lib/commander/runner.rb:62:in `run!' 
from /opt/rh/ruby193/root/usr/share/gems/gems/commander-4.0.3/lib/commander/delegates.rb:11:in `run!' 
from /opt/rh/ruby193/root/usr/share/gems/gems/commander-4.0.3/lib/commander/import.rb:10:in `block in <top (required)>' 
[email protected]:~/Siesta Solutions Projects and Files/Marias/Backups$ 
+0

你可以嘗試使用--debug標誌運行還原命令嗎 – niharvey 2014-09-12 20:49:20

回答

0

我有同樣的問題多次。有一次,它失敗了,然後我登錄,更改了settings.php和default /的權限(chmod + w,不是快照),將快照上傳到設備並手動恢復快照(cat'/ path/to/snapshot_file.tar.gz'| oo-restore INCLUDE_GIT)。它的工作。我知道這似乎不合邏輯,但也許你可以嘗試。