• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question AlmaLinux 9 partitions

eronardiaras

Basic Pleskian
My vps provider installed AlmaLinux 9 for me, and then I installed Plesk on it.

However, partitions were created that were not created under CentOS 7. (I've used centOS linux so far)

How can I correct this without reinstalling? I assume that Plesk does not use the "/dev/mapper/almalinux-home" partition. As far as I can see, the websites are placed in the "/dev/mapper/almalinux-root" partition.

What happens if I expand vps storage? Which partition will grow automatically? (There was no such problem under CentOS: Everything was under the "/dev/vda1". It automatically increased when expanding.)


almalinux-partitions-eng.jpg
 
That would depend on your VPS provider but most of the time the only thing they will do is expand the virtual disk and you have to expand the partition yourself.

There is a way to also remove the /home partition and move it to root allowing you to expend root with that free space but you do it at your own risk (make sure you have a backup if this is being used in production or if you don't mind nuking and starting from scratch). You can see how it's done if you google around. Like this article I found, even though it's in relation to an Autodesk product it could still be used in this case:
 
That would depend on your VPS provider but most of the time the only thing they will do is expand the virtual disk and you have to expand the partition yourself.

There is a way to also remove the /home partition and move it to root allowing you to expend root with that free space but you do it at your own risk (make sure you have a backup if this is being used in production or if you don't mind nuking and starting from scratch). You can see how it's done if you google around. Like this article I found, even though it's in relation to an Autodesk product it could still be used in this case:

ThankYou!

If I do get the service provider to reinstall the AlmaLinux, what should I write to them about the partitions? (as simply as possible) I couldn't find a description of what Plesk expects here.

I looked at my active CentOS Plesk server, it's as simple as this:

centos-partitions.jpg
 
Are you not able to deploy the VPS yourself? Or have root access to the server? I know with Linode, Azure, AWS, and few others, when you deploy a VM, they have a pretty flat partition where mostly everything is stored in / to begin with. So never saw a VPS provider that does a /home partition.
 
Unfortunately, I don't have access to it. I only have ssh root access.
I just found this provider. Their offers are better, they give you more options, the biggest storage space, etc.
However, there is no one-click (optimized for this purpose) linux installation that is common with other service providers.
I assume they have regularized 1-2 linux distributions. And now that I needed a different one, they just installed it on quickly.

So should I just tell them to install it with as minimalist partitions as possible? Is there no Plesk-oriented sample for AlmaLinux?
 
If there's no portal for you to deploy and manage deployment yourself and can only put in a request to them makes things interesting at times.

Honestly I would just follow the directions I've provided in the first post since you do have root access. If it fails and need to be rebuilt, ask the provider to not include a /home partition.

As for plesk oriented sample, there isn't really since they're all pretty much the same, some people has different set up. Like with mine I have an additional storage volume attached that I have all of the vhosts files located on so I could expand that drive without needing to expand the VM itself if there's no need to.

And on most providers (azure, aws, gcp, linode) does have a plesk image but it's built off of Ubuntu.
 
Back
Top