I’m trying to use the import data tool to import data from an instance I’ve created to test ERPNext. When importing the warehouses I see the following error on all the warehouses.
Error for row (#21) “Seconds - 23 Montague Drive - PP” : coercing to Unicode: need string or buffer, NoneType found
Any advice on how to fix this.
Thank you for your time.
The data is in the exact same format. I’ve removed all the warehouses from the new instance and still get the same result. What would be the best way to duplicate an instance, I want to create a duplicate for employees to train on.
Where do I find the .sql file and how do I know which one is the correct file? Do I have to perform the backup before hand? Sorry if these are ignorant questions, I’m an industrial engineer by profession and have limited development experience.
So i created the folder under frappe-bench\sites\site1.local.
Is this the correct path?
I then ran the command:
bench --site site1.local backup
this fails on the following python script - database.py, line 425
Seems like it is trying to build up the .sql script to create the tabSingles table but fails for some reason giving the message that argument should be a string.
Can you please help me to understand if there is something wrong with the database table structure, data or if i am not formatting the command correctly?
Is the site self hosted or in apache and where can i verify that site1.local is in fact the correct name of the site?
There is be already be a folder with the name site1.local under frappe-bench/sites/
if there was no folder under frappe-bench/sites then no need to create that one, it will not solve your purpose, please tell what folders you have under the directory frappe-bench/sites/