Backup restore has no effect

Hi

Add --trace to the backup command and run it in nohup and capture the log you can see more detailed trace of what is happening in the background and where it is failing.
Your command will look like this

[root@localhost ~]# nohup sudo gitlab-rake gitlab:backup:restore BACKUP=1472232253 --trace &
press enter/return after this command.
[root@localhost ~]# tail -f nohup.out
During large backup restore operations you might face this Issue. Try this and see if it works.