ERPNext - cost-effective ERP solution
-
Currently, the data is automatically backed up. But I have also setup S3 backup to BackBlaze just to be double sure. Cloudron backup can be used for full restore of the site. It contains the database, files, and everything. ERPNext backup can be used to restore to a fresh installation.
Cloudron Auto Backup
S3 Backup Settings in ERPNext
PS: I would highly recommend utilizing your cloud provider's "Automatic Backup" or "Automatic Snapshot" feature that allows you to automatically backup the whole VPS everyday. This way you have redundant backups. Make sure to use multiple vendors. For eg: if you host your VPS on AWS,
- Use AWS's automatic VPS backup system
- Configure Cloudron backups to say, DigitalOcean spaces
- Configure ERPNext backups to say, Backblaze
If all three are in a nearby region, latency won't be an issue, and you'd hardly ever deal with data loss, unless all three cloud providers close your account on the same day.
-
What's keeping this from being officially packaged and offered in the App Store?
-
@andreasdueren I'm not sure, but I think perhaps most of this still applies:
-
@nj thanks for packaging this application. It is very much needed!
When I try to install, using your instructions, it I get the error:
No CloudronManifest.json found
Do you know what I could be doing wrong? Do I need to first pull the image from dockerhub?
Thanks!
-
@BetaBreak is https://github.com/njsubedi/cloudron-erpnext/blob/master/CloudronManifest.json in your root dir?
-
@plusone-nick I downloaded the zip file from https://github.com/njsubedi/cloudron-erpnext locally on my computer and cd in that folder. Than I used the instruction provided by @nj https://forum.cloudron.io/post/87732 to get it running on cloudron.
-
Noted, focusing on the error - is the CloudronManifest.json file currently in the system? As the output is suggesting the file is not there, maybe it's gone ️
-
@plusone-nick You need to load the CloudronManifest into the root directory on your computer and run the installation command from that root directory.
-
@plusone-nick Yes, you need to download everything and put them all in one folder, then try to run the installation command from the folder containing these files. (Cloudron CLI on Windows)