can we jump into root folder when service is running?
i want to backup public file on my root project
Solution:Jump to solution
then the backup function must be a feature of your app, there is no ssh/sftp access to the container
12 Replies
Project ID:
N/A
is this file stored in a volume?
no
i forget create volume
Solution
then the backup function must be a feature of your app, there is no ssh/sftp access to the container
but the project has goes production
^
my project based on github, if i create new feature on my app, public folder will be empty bcs it's redeploy based on github
any solution?
not for this scenario, you should have stored the public folder in a volume
this is my mistake
i dont make volume for public folder
do that in your next update
you will lose the files this time, but once you start saving files into the volume, you wont lose them on every deployment again
there is no ssh/sftp access to the container
oke thanks sir
no problem!