Answer the question
In order to leave comments, you need to log in
Is it possible to dump MySQL directly to dropbox?
Hello.
There is a server on ubuntu. There is a MySQL database under 2TB in size. You need to dump this database into dropbox. At the same time, there is no place on the server to create dump files, that is, the dump must be immediately uploaded to the dropbox as a stream.
Is it possible?
Thank you.
Answer the question
In order to leave comments, you need to log in
In theory it is possible if you mount dropbox, but does dropbox store files in 2 TB?
Something like
pg_dump .... | dropbox_uploader
It seems there is https://gist.github.com/crackcomm/99590b5ffeeb48ce79ef which can read from stdin
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question