Galaxy, Upload existent database and images

Hello, I have an app deployed at Meteor Galaxy and I am trying to upload existent images to the server. Is there any way I could have access to the server file system? The idea here is to not have to upload each file again through the website since I already have the existent database connected to those files. Is there any way we could do the same as having an FTP server and just copy the files to the server folder?

There is no server filesystem or FTP access like with traditional web-sites. Your app on Galaxy runs in a docker image without a persistent filesystem. For images you need to use a service like AWS S3 or many other image upload APIs. You can also check out other threads about this in this forum, like this one

2 Likes