ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi

    IT Discussion
    how to guide real instructions nextcloud nextcloud 11 centos centos 7 php 7 remi
    10
    81
    27.7k
    Loading More Posts
    • 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.
    • zachary715Z
      zachary715
      last edited by

      In a scenario where you might want the additional storage capacity in SSD therefore want to add a lot of block storage to an instance, would it make sense to install Nextcloud to the 25GB drive and then relocate the /var/www/html/nextcloud/data directory to the larger block storage space?

      • Would there be benefits to this setup from a migration standpoint in the future or in case of boot drive failure?

      • Not fully understanding yet what all of these steps are accomplishing during installation and setup, would creating this setup from the get-go be as easy as pointing some of these commands to the directory of the block storage, or more complicated than that? (Not asking you to necessarily show these steps, just inform me)

      • Could I migrate to this setup while running? It may be easier to do during installation, but again just trying to learn.

      scottalanmillerS 2 Replies Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @zachary715
        last edited by

        @zachary715 said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

        In a scenario where you might want the additional storage capacity in SSD therefore want to add a lot of block storage to an instance, would it make sense to install Nextcloud to the 25GB drive and then relocate the /var/www/html/nextcloud/data directory to the larger block storage space?

        • Would there be benefits to this setup from a migration standpoint in the future or in case of boot drive failure?

        • Not fully understanding yet what all of these steps are accomplishing during installation and setup, would creating this setup from the get-go be as easy as pointing some of these commands to the directory of the block storage, or more complicated than that? (Not asking you to necessarily show these steps, just inform me)

        • Could I migrate to this setup while running? It may be easier to do during installation, but again just trying to learn.

        For production, typically yes. You would normally either use the local space for a tiny instance, use a storage instance for something in the middle, or go to the additional block storage for something really large or performant. In that case, you'd normally not put any data on the local disks, only the OS and apps, as the additional space that you'd get from that would be totally trivial anyway once you were at any size.

        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @zachary715
          last edited by

          @zachary715 said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

          • Could I migrate to this setup while running? It may be easier to do during installation, but again just trying to learn.

          Migrating isn't hard but would require some downtime. Maybe just a few minutes, but it would not be zero.

          zachary715Z 1 Reply Last reply Reply Quote 0
          • zachary715Z
            zachary715
            last edited by

            Alright that's straightforward enough. I was able to mount the block storage and create the symlinks. Ran into a few issues, but no biggie. Now I'd like to scrap what I did and go through it again, except this time make the block storage the default location for the data.

            Looking at the guide again, I can see where you create the data directory initially in
            /var/www/html/nextcloud/data. I'm assuming we'll skip that step since our data will be in mounted volume /blockstorage.

            Throughout the rest of the guide, am I essentially changing all the references to /var/www/html/nextcloud/data to /blockstorage?

            What other steps should I be aware of?

            scottalanmillerS 1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @zachary715
              last edited by

              @zachary715 said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

              Alright that's straightforward enough. I was able to mount the block storage and create the symlinks. Ran into a few issues, but no biggie. Now I'd like to scrap what I did and go through it again, except this time make the block storage the default location for the data.

              Looking at the guide again, I can see where you create the data directory initially in
              /var/www/html/nextcloud/data. I'm assuming we'll skip that step since our data will be in mounted volume /blockstorage.

              Throughout the rest of the guide, am I essentially changing all the references to /var/www/html/nextcloud/data to /blockstorage?

              What other steps should I be aware of?

              If you are doing fresh, I'd be doing it on Fedora 27 as well.

              JaredBuschJ zachary715Z 2 Replies Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch @scottalanmiller
                last edited by

                @scottalanmiller said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                @zachary715 said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                Alright that's straightforward enough. I was able to mount the block storage and create the symlinks. Ran into a few issues, but no biggie. Now I'd like to scrap what I did and go through it again, except this time make the block storage the default location for the data.

                Looking at the guide again, I can see where you create the data directory initially in
                /var/www/html/nextcloud/data. I'm assuming we'll skip that step since our data will be in mounted volume /blockstorage.

                Throughout the rest of the guide, am I essentially changing all the references to /var/www/html/nextcloud/data to /blockstorage?

                What other steps should I be aware of?

                If you are doing fresh, I'd be doing it on Fedora 27 as well.

                Correct. I believe there was a Fedora 25 or 26 guide made for this, but I think a couple things need updated now that they handle all the updates correctly.

                1 Reply Last reply Reply Quote 0
                • zachary715Z
                  zachary715 @scottalanmiller
                  last edited by

                  @scottalanmiller said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                  If you are doing fresh, I'd be doing it on Fedora 27 as well.

                  So the lifecycle of Fedora versions are around a year correct? On a server like this, can I assume the constant updating of the underlying OS won't negatively impact the NextCloud installation? (I'm coming from Windows world where this is always a consideration). Or are you guys constantly spinning up new VMs and migrating data that frequently?

                  Either way, I'll give it a shot so that it forces me to do it a little differently.

                  JaredBuschJ scottalanmillerS 2 Replies Last reply Reply Quote 0
                  • JaredBuschJ
                    JaredBusch @zachary715
                    last edited by

                    @zachary715 said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                    @scottalanmiller said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                    If you are doing fresh, I'd be doing it on Fedora 27 as well.

                    So the lifecycle of Fedora versions are around a year correct? On a server like this, can I assume the constant updating of the underlying OS won't negatively impact the NextCloud installation? (I'm coming from Windows world where this is always a consideration). Or are you guys constantly spinning up new VMs and migrating data that frequently?

                    Either way, I'll give it a shot so that it forces me to do it a little differently.

                    New versions come on a 6 month cycle. But I have never had something like this break things.

                    I am sure back when they first switched to systemd it would be an issue.

                    zachary715Z 1 Reply Last reply Reply Quote 0
                    • zachary715Z
                      zachary715 @JaredBusch
                      last edited by

                      @jaredbusch said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                      @zachary715 said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                      @scottalanmiller said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                      If you are doing fresh, I'd be doing it on Fedora 27 as well.

                      So the lifecycle of Fedora versions are around a year correct? On a server like this, can I assume the constant updating of the underlying OS won't negatively impact the NextCloud installation? (I'm coming from Windows world where this is always a consideration). Or are you guys constantly spinning up new VMs and migrating data that frequently?

                      Either way, I'll give it a shot so that it forces me to do it a little differently.

                      New versions come on a 6 month cycle. But I have never had something like this break things.

                      I am sure back when they first switched to systemd it would be an issue.

                      Yeah I just meant each version would get support for one year-ish. But ok I'll give that a shot then if I can find that guide.

                      scottalanmillerS 1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @zachary715
                        last edited by

                        @zachary715 said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                        @scottalanmiller said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                        If you are doing fresh, I'd be doing it on Fedora 27 as well.

                        So the lifecycle of Fedora versions are around a year correct? On a server like this, can I assume the constant updating of the underlying OS won't negatively impact the NextCloud installation? (I'm coming from Windows world where this is always a consideration). Or are you guys constantly spinning up new VMs and migrating data that frequently?

                        Either way, I'll give it a shot so that it forces me to do it a little differently.

                        That's a positive for a server. You don't want long support - that just means planning for bad things from the beginning.

                        http://www.smbitjournal.com/2017/04/rethinking-long-term-support-releases/

                        1 Reply Last reply Reply Quote 1
                        • scottalanmillerS
                          scottalanmiller @zachary715
                          last edited by

                          @zachary715 said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                          @jaredbusch said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                          @zachary715 said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                          @scottalanmiller said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                          If you are doing fresh, I'd be doing it on Fedora 27 as well.

                          So the lifecycle of Fedora versions are around a year correct? On a server like this, can I assume the constant updating of the underlying OS won't negatively impact the NextCloud installation? (I'm coming from Windows world where this is always a consideration). Or are you guys constantly spinning up new VMs and migrating data that frequently?

                          Either way, I'll give it a shot so that it forces me to do it a little differently.

                          New versions come on a 6 month cycle. But I have never had something like this break things.

                          I am sure back when they first switched to systemd it would be an issue.

                          Yeah I just meant each version would get support for one year-ish. But ok I'll give that a shot then if I can find that guide.

                          Which is longer than you should be considering keeping old versions around. So the short span of support isn't really a factor at all.

                          1 Reply Last reply Reply Quote 1
                          • ObsolesceO
                            Obsolesce @JaredBusch
                            last edited by Obsolesce

                            This post is deleted!
                            1 Reply Last reply Reply Quote 0
                            • wirestyle22W
                              wirestyle22
                              last edited by wirestyle22

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • E
                                Emsanator
                                last edited by

                                Hi, I installed the OPcache ext. but I'm still getting OPcache alert on the Nextcloud admin page. I have added the OPcache values to the PHP.ini file.

                                What could be the reason?

                                JaredBuschJ 1 Reply Last reply Reply Quote 0
                                • JaredBuschJ
                                  JaredBusch @Emsanator
                                  last edited by

                                  @Emsanator said in Install NextCloud 11.0.2 on CentOS 7 with PHP 7.1 from Remi:

                                  Hi, I installed the OPcache ext. but I'm still getting OPcache alert on the Nextcloud admin page. I have added the OPcache values to the PHP.ini file.

                                  What could be the reason?

                                  Restart the services. Or reboot the server.

                                  E 1 Reply Last reply Reply Quote 0
                                  • E
                                    Emsanator @JaredBusch
                                    last edited by

                                    @JaredBusch hi,

                                    I'm definitely resetting the Http server after every processing, I even started it again. I didn't succeed

                                    I checked opcache with a small Php script. Opcache works successfully But Nextcloud does not see it.

                                    1 Reply Last reply Reply Quote 0
                                    • 1
                                    • 2
                                    • 3
                                    • 4
                                    • 5
                                    • 4 / 5
                                    • First post
                                      Last post