I need to copy all of my app directory and files to local machine but cannot find a way to do so. Is there such an option ?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Heya,
Assuming that your source-code was deployed from a GitHub/GitLab repository you can download the files from GitHub/GitLab by cloning the repository on your local machine.
If you need to backup your App Platform’s data, consider using Managed Database or Spaces to store your data, then you can easily download your data from those services.
For more information, please refer to the App Platform documentation.
Hope that this helps!
Hey @6150608e10bf4ecd8c466bd4379d9b,
I see this has been talked about here:
https://www.digitalocean.com/community/questions/how-to-get-files-from-app-platform
App Platform uses ephemeral filesystems so on each deploy all changes that happen during that deployment are lost.
Two options you could try are: