Jump to content

Additional disk space for my prestashop shop


islemPLT

Recommended Posts

hello guys

i have a prestashop shop which hosted in ovh (b2-30 instance)

as my img folder is growing (more then 100GB) i think to purchase extra volume in ovh and link/mount it to my website img folder, with needed permissions nginx could be able to serve images from my extra disk/volume

my question is, if any one tried it would tell me about pros and cons of this, is there any latency due to network? and what do you guys thinks about using s3 instead?

thanks a lot

Link to comment
Share on other sites

23 hours ago, islemPLT said:

my question is, if any one tried it would tell me about pros and cons of this, is there any latency due to network? and what do you guys thinks about using s3 instead?

 

Hi,

Adding Local Storage:

Pros:

  • Increased storage space.
  • Relatively easy to implement.
  • Potentially cost-effective.

Cons:

  • Possible latency, especially if network-mounted.
  • Adds complexity to server configuration.
  • Requires careful maintenance and backup.

Using S3 or Similar:

Pros:

  • Highly scalable.
  • High durability and availability.
  • Integration with CDN for global delivery.

Cons:

  • May be more expensive.
  • Requires additional configuration.
  • Introduces a dependency on the third-party service.

Considerations:

  • Conduct performance tests.
  • Establish a robust backup strategy.
  • Consider future storage needs and scalability.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...