Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. ERPNext - cost-effective ERP solution

ERPNext - cost-effective ERP solution

Scheduled Pinned Locked Moved App Wishlist
122 Posts 36 Posters 63.7k Views 41 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zonzonzon
    wrote on last edited by
    #108

    @nj Hello, what is the most optimal method for backing up data from Cloudron currently, especially for ERPNext on Cloudron? Thank you.

    1 Reply Last reply
    0
    • njN Offline
      njN Offline
      nj
      wrote on last edited by nj
      #109

      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
      eda40a82-1d5f-4e80-a1b9-ae916638737d-image.png

      S3 Backup Settings in ERPNext
      image.png

      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,

      1. Use AWS's automatic VPS backup system
      2. Configure Cloudron backups to say, DigitalOcean spaces
      3. 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.

      Founder / Coder • My Apps

      1 Reply Last reply
      3
      • Z Offline
        Z Offline
        zonzonzon
        wrote on last edited by
        #110

        @nj Thank you very much. I will follow your guidance. Have a great day.

        1 Reply Last reply
        3
        • andreasduerenA Offline
          andreasduerenA Offline
          andreasdueren
          wrote on last edited by
          #111

          What's keeping this from being officially packaged and offered in the App Store?

          jdaviescoatesJ 1 Reply Last reply
          2
          • andreasduerenA andreasdueren

            What's keeping this from being officially packaged and offered in the App Store?

            jdaviescoatesJ Offline
            jdaviescoatesJ Offline
            jdaviescoates
            wrote on last edited by
            #112

            @andreasdueren I'm not sure, but I think perhaps most of this still applies:

            https://forum.cloudron.io/post/59314

            I use Cloudron with Gandi & Hetzner

            1 Reply Last reply
            1
            • njN nj

              Yes, the package still works.

              New Installation using my image

              To directly install ERPNext if you haven't previously, use this command:
              Remember to replace <yourdomain.com> with youre actual domain.

              cloudron login my.<yourdomain.com>
              cloudron install --image njsubedi/cloudron-erpnext -l erp.<yourdomain.com>

              Open the file manager to look for the credentials.

              If you need to login with LDAP, you can do that by using the terminal of this app, and run /app/pkg/setup-ldap.sh add

              Otherwise, that's all you need to do.

              Updating

              If you previously used ths app and want to continue using version-14, you need to do is run gosu cloudron bench update --reset once in a while to keep things up to date.

              Now, I have upgraded the code to use version-15 by default.

              If you were previously running on version-14 and now need to update to version-15 that's pretty easy too.

              Just run gosu cloudron bench switch-to-branch version-15 frappe erpnext --upgrade

              Then run gosu cloudron bench migrate

              B Offline
              B Offline
              BetaBreak
              wrote on last edited by BetaBreak
              #113

              @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!

              1 Reply Last reply
              0
              • P Offline
                P Offline
                plusone-nick
                wrote on last edited by
                #114

                @BetaBreak is https://github.com/njsubedi/cloudron-erpnext/blob/master/CloudronManifest.json in your root dir?

                ✌💙+1

                B Z 2 Replies Last reply
                0
                • P plusone-nick

                  @BetaBreak is https://github.com/njsubedi/cloudron-erpnext/blob/master/CloudronManifest.json in your root dir?

                  B Offline
                  B Offline
                  BetaBreak
                  wrote on last edited by BetaBreak
                  #115

                  @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.

                  1 Reply Last reply
                  0
                  • P Offline
                    P Offline
                    plusone-nick
                    wrote on last edited by
                    #116

                    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 🤷‍♂️

                    ✌💙+1

                    Z 1 Reply Last reply
                    0
                    • P plusone-nick

                      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 🤷‍♂️

                      Z Offline
                      Z Offline
                      zonzonzon
                      wrote on last edited by
                      #117

                      @plusone-nick You need to load the CloudronManifest into the root directory on your computer and run the installation command from that root directory.

                      1 Reply Last reply
                      0
                      • P plusone-nick

                        @BetaBreak is https://github.com/njsubedi/cloudron-erpnext/blob/master/CloudronManifest.json in your root dir?

                        Z Offline
                        Z Offline
                        zonzonzon
                        wrote on last edited by
                        #118

                        @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)

                        1 Reply Last reply
                        0
                        • I igaudette referenced this topic on
                        • M Offline
                          M Offline
                          makemrproper
                          wrote on last edited by makemrproper
                          #119

                          Any hope at all?
                          I need business applications and it would be great to leverage Cloudron beneath them. Therefore ExpNext and Odoo would add so much value to the portfolio of applications offered through Cloudron.

                          Yes there is Dolibarr, but it is not adequate.

                          Cloudron fan
                          Paying Customer

                          robiR 1 Reply Last reply
                          1
                          • M makemrproper

                            Any hope at all?
                            I need business applications and it would be great to leverage Cloudron beneath them. Therefore ExpNext and Odoo would add so much value to the portfolio of applications offered through Cloudron.

                            Yes there is Dolibarr, but it is not adequate.

                            robiR Offline
                            robiR Offline
                            robi
                            wrote on last edited by
                            #120

                            @makemrproper Use EspoCRM

                            Conscious tech

                            M 1 Reply Last reply
                            0
                            • robiR robi

                              @makemrproper Use EspoCRM

                              M Offline
                              M Offline
                              makemrproper
                              wrote on last edited by makemrproper
                              #121

                              @robi Thank you for the idea and suggestion that I should be using EspoCRM. I require more than a CRM in general. Here is an overview of ERPNEXT modules which include a host of functionality. The same goes for Odoo or Flextra as well.

                              eef989f6-789e-4c53-ae58-e27fbe4da51e-image.png

                              Cloudron fan
                              Paying Customer

                              jdaviescoatesJ 1 Reply Last reply
                              1
                              • M makemrproper

                                @robi Thank you for the idea and suggestion that I should be using EspoCRM. I require more than a CRM in general. Here is an overview of ERPNEXT modules which include a host of functionality. The same goes for Odoo or Flextra as well.

                                eef989f6-789e-4c53-ae58-e27fbe4da51e-image.png

                                jdaviescoatesJ Offline
                                jdaviescoatesJ Offline
                                jdaviescoates
                                wrote on last edited by jdaviescoates
                                #122

                                @makemrproper I've not played with it, but I think @marcusquinn would say you could very likely replicate all that using a combination of EspoCRM's custom data fields and portal features.

                                A lot more work, but also totally bespoke.

                                But, agreed, regardless of all that it would still be useful to have ERPNext on Cloudron

                                I use Cloudron with Gandi & Hetzner

                                1 Reply Last reply
                                1
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • Bookmarks
                                • Search