ERPNext-Production_v14.8.0 ova download link

Happy to hear that this ova working nicely.
I am a regular user for ERP_Next thats why I cant help in deeply errors.
I think to use ERPNext from local network in simple way is dydns.
ERPNext can access from anywhere from local server via dydns method.
Try these below settings or GOOGLE it.
1:- Run OVA local server
2:- Allow port forwarding from firewall/Router
3:- Add dydns address in Router [router must support dydns]
4:- Use dydns address in browser and you can access ERPNext from anywhere without hassle free, if all process works properly.
Otherwise, you can consult any professional.

You should do these settings to avoid any errors in update process.

chmod -R o+rx /home/frappe
sudo nano /etc/supervisor/supervisord.conf

Add extra these lines under [unix_http_server]

chmod=0755
chmod=0760
chown=frappe:frappe

Save & exit

Reboot system after restart supervisor services

sudo service supervisor restart
sudo reboot 
1 Like

how to resolve this issue for backup

frappe@ubuntu:~/frappe-bench$ bench restore 20230824_140212-frappe_com-database.sql.gz
MySQL root password:
Access denied for user 'root'@'localhost'
ERPNext v15.0.0-beta

:star_struck:

OVA link please?

@GGR

OVA link please?

Definitely share ERP Next Version 15 instead of Version Beta

i reached the same page but how to swith to the erpnext site please share command for the same

problem solved once we do this open browser in windows and type IP address received on the screen

Trouble with running out of space, have expanded the drive but it isnt dynamically expanding :frowning:

The same issue here, running update.
image

@Mrraven @GGR

The same issue here, running update.

image

Do these below steps

cd frappe-bench
cd apps/hrms
git fetch upstream version-14:version-14
git checkout version-14
cd ../..
bench --site frappe.com migrate
sudo reboot

You will get latest ERP Next without any issue. :innocent:

Kindly share the root password please

@GGR

Kindly share the root password please

Read 1st POST
ERPNext-Production_v14.8.0 ova download link - Install / Update / Setup - Frappe Forum

Thanks for your help. But I find another issues when I want to upgrade.

Unable to access the MEGA Link, Please provide an alternative

@Marketting_Review

Impossible!!!
Link is fine and working…

its is still not working, please check the link.
Sorry, used vpn and was able to download. thanks

After follow these steps

cd frappe-bench
cd apps/hrms
git fetch upstream version-14:version-14
git checkout version-14
cd ../..
bench --site frappe.com migrate
sudo reboot

facing error while submit Salary Slip which contain Loan Repayment Entries
Form/Salary Slip/Sal Slip/HR-EMP-00025/00001

exception: TypeError: create_repayment_entry() got an unexpected keyword argument 'process_payroll_accounting_entry_based_on_employee'

How can I install Healthcare module with this?

Go to directory frappe-bench

bench get-app healthcare
bench --site frappe.com install-app healthcare
bench --site frappe.com migrate

After this point you should restart system.

sudo reboot