I have imported the old erpnext database through mysql workbench. Now, how can I connect it with the newly intalled ERPnext server.
Old erpnext version- 13.6.0
New erpnext server- 13.55.2
Thanks
NCP
January 25, 2024, 12:09pm
2
Hi @Sachin_Jaiswal ,
You can restore the old database to the new server. so please check the reference.
You should check the whole post.
Hi @zee.malik2008 ,
For public and private file for:
bench --site {site} backup --with-files
and Restore for:
bench restore [OPTIONS] SQL_FILE_PATH
or Restore a site with files
bench --site {site} restore {path/to/database/file} --with-public-files {path/to/public/archive} --with-private-files {path/to/private/archive}
More Details for check it:
bench backup: bench backup
bench restore: bench restore
Any suggestion for check it topic:
Thank You!
Hi @nikkilocke ,
Adding @mangroliya answer, Restore a site with files for apply the commands like:
bench --site {site} restore {path/to/database/file} --with-public-files {path/to/public/archive} --with-private-files {path/to/private/archive}
More details for, please check it post.
Thank You!
I hope this helps.
Thank You!