elabx Posted February 25, 2020 Posted February 25, 2020 Hi! I have a site that uses a lot of disk space but not so much resources in terms of ram and CPU, I've been wondering if it's possible to change the path where the files are saved? So for example, I'd be able to use Digital Ocean's block storage service which enables more space in another volume.
BitPoet Posted February 25, 2020 Posted February 25, 2020 Why not just mount the volume as site/assets/files and copy the existing folders there? 3
elabx Posted February 25, 2020 Author Posted February 25, 2020 51 minutes ago, BitPoet said: Why not just mount the volume as site/assets/files and copy the existing folders there? Because I just didn't know you could to that ? Just went through the docs and seems pretty straightforward to do it. Thanks!
markus_blue_tomato Posted November 16, 2020 Posted November 16, 2020 Hi @elabx, Currently I do the same in Digital Ocean. But I use in my Droplet a Docker image. Did you have problems with file permissions? 755 for directories did not work, only 777 ?
elabx Posted November 16, 2020 Author Posted November 16, 2020 5 hours ago, markus_blue_tomato said: Hi @elabx, Currently I do the same in Digital Ocean. But I use in my Droplet a Docker image. Did you have problems with file permissions? 755 for directories did not work, only 777 ? I didn't risk to try! Couldn't find the time to explore the possibility for that specific project.
markus_blue_tomato Posted November 16, 2020 Posted November 16, 2020 5 hours ago, elabx said: I didn't risk to try! Couldn't find the time to explore the possibility for that specific project. Ah! I had problems because to owner of the files was root not www-data ? 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now