Restore Backup files Error

Hello,

I have Installed the new version of ERPNext in ubuntu 16.04.

I have downloaded the backup files from my old erpnext.

I tried to restore the backup files in this new ERPNext, but after using this command bench --site [sitename] migrate I am getting error in the website as Internal Server Error.

Please help.

Thanks & Regards,
Sujay

Can you post the traceback or some screenshots?

Hi,

Please have a look at it.

I think you need to be in the ~/frappe-bench subdir when you run the bench xxxxx commands, so…

cd ~/frappe-bench
bench --site [sitename] migrate

Did you “name” your site as 192.168.4.151? You can check the name of your site with this

cd ~/frappe-bench; ls -d ./sites/*/ | cut -d\/ -f3 | grep -v assets

For these you should be logged in as the frappe user