Admin Backup/Transfer - CB1->CB2

masterdam79

New member
Joined
Apr 20, 2015
Messages
4
Hey comm,

Doing a migration from a CustomBuild 1 server to a CustomBuild 2 server.

The issue that I'm having is that when having done my Admin Backup on the source server and transferred the files to the target server and started the "Restore Backup" procedure from the files in /home/admin/admin_backups that I keep getting the error "File does not exist or you don't have access to file /home/admin/admin_backups/user.admin.user.tar.gz".

Strange thing is that however I chmod of chown it, the file keeps being reverted to perms 640 & admin:user.

Heck I even tried chmod 777 but to no avail.

The "Restore Backup" procedure fails with an error but it does seem to have imported the user, but no domains whatshowever underneith these users.


Never had any problems between CB1 servers, this is my first CB1->CB2 migration.

Anyone any ideas?
 
Solved it myself

The perms of the folder /home admin was too tight (700) so "chmod 755 /home/admin" fixed it.
 
Back
Top