i have a frappe project with postgresql and i want to move it to mariadb to use erpnext features ? is there is a command to do that
ERPNext not supported.
Firstly, the PostgreSQL database should be backed up to facilitate migration from PostgreSQL to MariaDB in Frappe Project. Then install MariaDB and create your MariaDB database. Convert the PostgreSQL dump into a MariaDB compatible format: either manually, or using pgloader and load that data into MariaDB. Now, modify the Frappe configuration for the new database and test everything post migration.
2 Likes
Hi Revant
That’s the reason why I want to move to MariaDB. but I have never done it before, i think this needs a tool or something I thought maybe frappe framework has something to migrate a frappe site with PostgreSQL to MariaDB
i will look at this tool , thank you Hemil