Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • 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 (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. Hrmm due to filling up my database allocation I have had to increase my Masto

Hrmm due to filling up my database allocation I have had to increase my Masto

Scheduled Pinned Locked Moved Uncategorized
49 Posts 14 Posters 73 Views
  • 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.
  • wishy@tooter.wishy.co.ukW wishy@tooter.wishy.co.uk

    @bloor @ben @dtl masto doesn't need a huge amount of power. My instance has been hanging off one of your lines for a good few years now.

    The protocol is pretty tolerant to a bit of downtime now and then

    bloor@bloor.twB This user is from outside of this forum
    bloor@bloor.twB This user is from outside of this forum
    bloor@bloor.tw
    wrote last edited by
    #15

    @wishy @ben @dtl my main mental obstacle is the “getting it working” and then the “keeping it working”

    ben@mastodon.bentasker.co.ukB 1 Reply Last reply
    0
    • bloor@bloor.twB bloor@bloor.tw

      @wishy @ben @dtl my main mental obstacle is the “getting it working” and then the “keeping it working”

      ben@mastodon.bentasker.co.ukB This user is from outside of this forum
      ben@mastodon.bentasker.co.ukB This user is from outside of this forum
      ben@mastodon.bentasker.co.uk
      wrote last edited by
      #16

      @bloor @wishy @dtl Admittedly I run it in docker so don't have to worry about deps, But I've found it far lower maintenance than I was expecting.

      The getting it going bit was a bit more effort though

      bloor@bloor.twB 1 Reply Last reply
      0
      • ben@mastodon.bentasker.co.ukB ben@mastodon.bentasker.co.uk

        @bloor @wishy @dtl Admittedly I run it in docker so don't have to worry about deps, But I've found it far lower maintenance than I was expecting.

        The getting it going bit was a bit more effort though

        bloor@bloor.twB This user is from outside of this forum
        bloor@bloor.twB This user is from outside of this forum
        bloor@bloor.tw
        wrote last edited by
        #17

        @ben @wishy @dtl see .. I have never used docker and have no idea how to use it or even really what it’s for…

        wishy@tooter.wishy.co.ukW neil@mastodon.neilzone.co.ukN steve@mastodon.nexusuk.orgS ben@mastodon.bentasker.co.ukB srtcd424@mas.toS 6 Replies Last reply
        0
        • bloor@bloor.twB bloor@bloor.tw

          @ben @wishy @dtl see .. I have never used docker and have no idea how to use it or even really what it’s for…

          wishy@tooter.wishy.co.ukW This user is from outside of this forum
          wishy@tooter.wishy.co.ukW This user is from outside of this forum
          wishy@tooter.wishy.co.uk
          wrote last edited by
          #18

          @bloor @ben @dtl you'd need to learn about 5 commands to manage the service through docker. It's been remarkably pain free tbh

          1 Reply Last reply
          0
          • bloor@bloor.twB bloor@bloor.tw

            @ben @wishy @dtl see .. I have never used docker and have no idea how to use it or even really what it’s for…

            neil@mastodon.neilzone.co.ukN This user is from outside of this forum
            neil@mastodon.neilzone.co.ukN This user is from outside of this forum
            neil@mastodon.neilzone.co.uk
            wrote last edited by
            #19

            @bloor @ben @wishy @dtl

            I am self-hosted, on an N100 Intel NUC.

            I am not using docker.

            I do not do anything fancy to keep it going (and it gets a fair workout :)).

            It is not the most trivial installation, but not is it too bad.

            neil@mastodon.neilzone.co.ukN 1 Reply Last reply
            0
            • bloor@bloor.twB bloor@bloor.tw

              @ben @wishy @dtl see .. I have never used docker and have no idea how to use it or even really what it’s for…

              steve@mastodon.nexusuk.orgS This user is from outside of this forum
              steve@mastodon.nexusuk.orgS This user is from outside of this forum
              steve@mastodon.nexusuk.org
              wrote last edited by
              #20

              @bloor @ben @wishy @dtl I believe Docker is for a similar purpose to AutoTools. I.e. to make simple stuff go wrong in complex un-debuggable ways. 🙂

              wishy@tooter.wishy.co.ukW 1 Reply Last reply
              0
              • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                @bloor @ben @wishy @dtl

                I am self-hosted, on an N100 Intel NUC.

                I am not using docker.

                I do not do anything fancy to keep it going (and it gets a fair workout :)).

                It is not the most trivial installation, but not is it too bad.

                neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                neil@mastodon.neilzone.co.uk
                wrote last edited by
                #21

                @bloor @ben @wishy @dtl

                I am more than happy to go through it with you remotely at some point, should you wish!

                bloor@bloor.twB 1 Reply Last reply
                0
                • bloor@bloor.twB bloor@bloor.tw

                  @ben @wishy @dtl see .. I have never used docker and have no idea how to use it or even really what it’s for…

                  ben@mastodon.bentasker.co.ukB This user is from outside of this forum
                  ben@mastodon.bentasker.co.ukB This user is from outside of this forum
                  ben@mastodon.bentasker.co.uk
                  wrote last edited by
                  #22

                  @bloor @wishy @dtl

                  fair. Easiest way to think of it is a small prebuilt vm image but without a kernel and (usually) designed to run a single app.

                  Running a docker container is generally easy, but troubleshooting docker issues can be a pain (though rarely needed IME), so I guess a native install might end up being less burden if you're not already doing that anyway

                  bloor@bloor.twB 1 Reply Last reply
                  0
                  • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                    @bloor @ben @wishy @dtl

                    I am more than happy to go through it with you remotely at some point, should you wish!

                    bloor@bloor.twB This user is from outside of this forum
                    bloor@bloor.twB This user is from outside of this forum
                    bloor@bloor.tw
                    wrote last edited by
                    #23

                    @neil @ben @wishy @dtl thank you, I may very well take you up on that, I think I need to try and get my “basic requirements” in order first though, perhaps a machine or a virtual machine, nice and clean and ready

                    neil@mastodon.neilzone.co.ukN 1 Reply Last reply
                    0
                    • ben@mastodon.bentasker.co.ukB ben@mastodon.bentasker.co.uk

                      @bloor @wishy @dtl

                      fair. Easiest way to think of it is a small prebuilt vm image but without a kernel and (usually) designed to run a single app.

                      Running a docker container is generally easy, but troubleshooting docker issues can be a pain (though rarely needed IME), so I guess a native install might end up being less burden if you're not already doing that anyway

                      bloor@bloor.twB This user is from outside of this forum
                      bloor@bloor.twB This user is from outside of this forum
                      bloor@bloor.tw
                      wrote last edited by
                      #24

                      @ben @wishy @dtl why not just use a VM?

                      ben@mastodon.bentasker.co.ukB 1 Reply Last reply
                      0
                      • bloor@bloor.twB bloor@bloor.tw

                        @neil @ben @wishy @dtl thank you, I may very well take you up on that, I think I need to try and get my “basic requirements” in order first though, perhaps a machine or a virtual machine, nice and clean and ready

                        neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                        neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                        neil@mastodon.neilzone.co.uk
                        wrote last edited by
                        #25

                        @bloor @ben @wishy @dtl

                        Sure!

                        Personally, I am not using a VM, although there may be some value to that. I dedicated the whole machine to Mastodon, but then I, erm, use it rather a lot!

                        So just a normal Debian installation for me.

                        dtl@8bitorbust.infoD 1 Reply Last reply
                        0
                        • bloor@bloor.twB bloor@bloor.tw

                          @ben @wishy @dtl why not just use a VM?

                          ben@mastodon.bentasker.co.ukB This user is from outside of this forum
                          ben@mastodon.bentasker.co.ukB This user is from outside of this forum
                          ben@mastodon.bentasker.co.uk
                          wrote last edited by
                          #26

                          @bloor @wishy @dtl The answer to that depends a bit on exact needs, but

                          Scalability - I can run far more containers than I can VMs because containers don't usually bring userspace and kernel overhead

                          Ease of deployment: containers ship with all their deps in there, so there's no screwing about with dep hell (or incompatible deps being required by different apps). That also makes support easier if you're shipping

                          upgrades are also much easier - you just change the tag and pull the new image.

                          1 Reply Last reply
                          0
                          • steve@mastodon.nexusuk.orgS steve@mastodon.nexusuk.org

                            @bloor @ben @wishy @dtl I believe Docker is for a similar purpose to AutoTools. I.e. to make simple stuff go wrong in complex un-debuggable ways. 🙂

                            wishy@tooter.wishy.co.ukW This user is from outside of this forum
                            wishy@tooter.wishy.co.ukW This user is from outside of this forum
                            wishy@tooter.wishy.co.uk
                            wrote last edited by
                            #27

                            @steve @bloor @ben @dtl in the case of masto, I would say the ruby setup is a bit of a pain. Docker just gives you a pre built image which largely just works

                            steve@mastodon.nexusuk.orgS 1 Reply Last reply
                            0
                            • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                              @bloor @ben @wishy @dtl

                              Sure!

                              Personally, I am not using a VM, although there may be some value to that. I dedicated the whole machine to Mastodon, but then I, erm, use it rather a lot!

                              So just a normal Debian installation for me.

                              dtl@8bitorbust.infoD This user is from outside of this forum
                              dtl@8bitorbust.infoD This user is from outside of this forum
                              dtl@8bitorbust.info
                              wrote last edited by
                              #28

                              @bloor @ben @wishy @neil I'm interested in how you keep it segmented from the rest of your network.

                              neil@mastodon.neilzone.co.ukN bloor@bloor.twB 2 Replies Last reply
                              0
                              • dtl@8bitorbust.infoD dtl@8bitorbust.info

                                @bloor @ben @wishy @neil I'm interested in how you keep it segmented from the rest of your network.

                                neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                                neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                                neil@mastodon.neilzone.co.uk
                                wrote last edited by
                                #29

                                @dtl @bloor @ben @wishy

                                It is on its own VLAN, plus ingress and egress firewalling.

                                ben@mastodon.bentasker.co.ukB 1 Reply Last reply
                                0
                                • dtl@8bitorbust.infoD dtl@8bitorbust.info

                                  @bloor @ben @wishy @neil I'm interested in how you keep it segmented from the rest of your network.

                                  bloor@bloor.twB This user is from outside of this forum
                                  bloor@bloor.twB This user is from outside of this forum
                                  bloor@bloor.tw
                                  wrote last edited by
                                  #30

                                  @dtl @ben @wishy @neil separate IP block, separate VLAN maybe separate machine or maybe different VLANs to different VMs

                                  1 Reply Last reply
                                  0
                                  • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                                    @dtl @bloor @ben @wishy

                                    It is on its own VLAN, plus ingress and egress firewalling.

                                    ben@mastodon.bentasker.co.ukB This user is from outside of this forum
                                    ben@mastodon.bentasker.co.ukB This user is from outside of this forum
                                    ben@mastodon.bentasker.co.uk
                                    wrote last edited by
                                    #31

                                    @neil @dtl @bloor @wishy Similar here, it's in its own segment - my firewall has multiple NICs so hangs off one of those.

                                    I gave that segment its own IPv6 subnet, so if there ever was an issue, I'll be able to see at a glance whether it was our LAN or the masto box (less so for ipv4 though because NAT)

                                    1 Reply Last reply
                                    0
                                    • wishy@tooter.wishy.co.ukW wishy@tooter.wishy.co.uk

                                      @steve @bloor @ben @dtl in the case of masto, I would say the ruby setup is a bit of a pain. Docker just gives you a pre built image which largely just works

                                      steve@mastodon.nexusuk.orgS This user is from outside of this forum
                                      steve@mastodon.nexusuk.orgS This user is from outside of this forum
                                      steve@mastodon.nexusuk.org
                                      wrote last edited by
                                      #32

                                      @wishy @bloor @ben @dtl I am put off by Docker because even though set up is easier, when it goes wrong I find it so much harder to debug. I use 2 Docker things (VWsFriend and HomeAssistant) and I pray they never break!

                                      ben@mastodon.bentasker.co.ukB 1 Reply Last reply
                                      0
                                      • steve@mastodon.nexusuk.orgS steve@mastodon.nexusuk.org

                                        @wishy @bloor @ben @dtl I am put off by Docker because even though set up is easier, when it goes wrong I find it so much harder to debug. I use 2 Docker things (VWsFriend and HomeAssistant) and I pray they never break!

                                        ben@mastodon.bentasker.co.ukB This user is from outside of this forum
                                        ben@mastodon.bentasker.co.ukB This user is from outside of this forum
                                        ben@mastodon.bentasker.co.uk
                                        wrote last edited by
                                        #33

                                        @steve @wishy @bloor @dtl Yeah that's fair

                                        I remember nearly going to war with engineering because they wanted to start shipping software to us (ops) as docker images solely because it made deployment easier for them.

                                        I get on very well with containers nowadays (didnt have much choice when I started owning a SaaS product running on k8s), but (if I was still there) I think I'd still make the same arguments against them driving the CDN

                                        1 Reply Last reply
                                        0
                                        • bloor@bloor.twB bloor@bloor.tw

                                          @ben @wishy @dtl see .. I have never used docker and have no idea how to use it or even really what it’s for…

                                          srtcd424@mas.toS This user is from outside of this forum
                                          srtcd424@mas.toS This user is from outside of this forum
                                          srtcd424@mas.to
                                          wrote last edited by
                                          #34

                                          @bloor @ben @wishy @dtl sadly docker is probably the worst implementation of the container concept, but it useful in the modern world, even if it shouldn't be. podman is saner in many respects. It's also worth playing with "full system" containers via e.g. systemd-nspawn - they might make more sense if you're used to VMs, and it uses the same kernel features as application containers, so it's a good way of getting experience with those.

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


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups