Skip to content

Azure Container Apps + Flex DB #1824

@ossonts

Description

@ossonts

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions