I wanted to copy an existing and working installation. The existing setup runs in a virtual machine.
- I copied the VM file and setup a new VM
- I successfully could start up ERPNext and access the copy. However, as that seed VM already had transactions and data, I first tried to delete the transactions. However I could not modify the existing company (and the chart of accounts, etc.)
- So I decided to install a new site with
bench new-site new-domain
- I deleted the old site with
bench drop-site old-domain
- To make the new site default, I tried
bench use new-domain
- I first fiddled manually with config/nginx.conf but later discovered
bench setup nginx
- After countless
bench restart
,bench migrate
and other tries, I can’t access the ERPNext site. All I get is
Not Found
old-domain does not exist
What am I missing? How can I point it to the new domain?
Ubuntu 22.04.4 LTS
erpnext 15.29.3
frappe 15.34.0
payments 0.0.1
webshop 0.0.1