Hi everyone,
I’m trying to install ERPNext on my Hostinger VPS using Docker/bench, but I’m running into multiple issues, including database connection problems and missing app dependencies.
Current setup:
- VPS: Hostinger
- OS: Ubuntu 22.04
- ERPNext via Frappe Docker setup
- Apps installed:
frappe,erpnext,healthcare,payments - Database container is running (
frappe_docker-db-1)
Problems:
- Cannot connect to MySQL from bench during app installation (
[Errno -3] Temporary failure in name resolution) - Docker Compose commands are inconsistent (
docker-composevsdocker compose) - Issues installing the
paymentsapp and other dependencies
I would really appreciate it if someone who has successfully installed ERPNext on a Hostinger VPS could guide me through the correct setup or provide a working installation guide.
Thank you in advance!