rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
139 stars 27 forks source link

v13: install fails #243

Open ashish-greycube opened 2 weeks ago

ashish-greycube commented 2 weeks ago

$ fm create example13 --frappe-branch version-13 ✅ Global services will utilize ports 80, 443. ✅ Started non running global services global-db, global-nginx-proxy. ✅ Created all required directories. ✅ Started bench services. ✅ Configured common_site_config.json ✅ Configured frappe server ✅ Configured supervisor configs ❌ Error Occured: 'BenchOperationFrappeBranchChangeFailed' object has no attribute 'set_output' ❌ There has been some error creating/starting the bench. 🔍 Please check the logs at /home/greycubedev/frappe/logs/fm.log

Log file is attached error_13.txt

ashish-greycube commented 2 weeks ago

@Xieyt , your input will be helpful. thanks

ashish-greycube commented 1 week ago

@dhsathiya , Devarshi, is this meant only for v14 and v15?

Xieyt commented 1 week ago

FM support only currently maintained versions of Frappe and ERPNext i.e version-14 or above. Versions that have reached end-of-life (EOL) are not supported. For details, please refer to the Supported Versions page.