ERPNext

How to switch an app branch to version 14
cd apps/hrms git fetch upstream version-14:version-14 git checkout version-14 cd ../.. And then proceed with the migration with bench --site [sitename] mi...
Thu, 22 Jun, 2023 at 10:39 AM
How to enable bench scheduler for a site
To this follow this example and replace the site with the site name below  bench --site all enable-scheduler
Thu, 29 Jun, 2023 at 6:42 PM
How to install latest node js (package mgr)
sudo npm cache clean -f sudo npm install -g n sudo n stable sudo n latest
Mon, 10 Jul, 2023 at 11:28 PM
ERPNext Optimization links
https://frappeframework.com/docs/v14/user/en/guides/database-settings/setup-read-from-secondary-db https://erpnext.com/files/Scaling%20ERPNext.pdf ...
Thu, 13 Jul, 2023 at 11:43 PM
How to switch branch for uncaught error building page
During new site migration you may get below error as in picture with message like "Uncaught Server Exception There was an error building this page ...
Fri, 14 Jul, 2023 at 7:37 AM
Encryption key is invalid, Please check site_config.json on restore
You can easily solve the issue of Encryption_key, just by resetting the Email id and password in the Email Notifications.
Fri, 28 Jul, 2023 at 9:05 PM
How to restart maria dbmysql
systemctl restart mysql
Wed, 2 Aug, 2023 at 11:37 PM
Uncaught Server Exception Error 500
When you get below error just run bench migrate most cases it should solve problem or show where the problem lies then we perform further action if required...
Fri, 11 Aug, 2023 at 8:35 AM