- Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
Description
Anyone got erpnext working on Azure?
I took this compose and converted it into an azure container app (multi container) each container on a different port (azure reasons) and all is good, redis, socket io front end and backend.
I hit an issue creating a new site -- in MySQL Flexible server -- the database is created but there are connectivity issue? and the create does not complete. I may have overcome the issues but get a random error about a table missing..."Table 'tabDefaultValue' missing in the restored site.'
I moved to postgres and i got exactly the same thig...
- Using Azure Database for PostgreSQL Flexible Server (no superuser role). [docs.frappe.io]
- Running bench new-site --db-type postgres on ERPNext/Frappe.
- Installer reaches “Imported from framework_postgres.sql”, then fails to apply migrations.
- Core tables (e.g., tabDefaultValue) are not created.
- Every later Frappe operation crashes due to missing relations.
Reactions are currently unavailable