A
A
Anton Ivanov2019-10-28 12:48:55
MySQL
Anton Ivanov, 2019-10-28 12:48:55

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

2 answer(s)
A
Andrey Gavrilov, 2019-10-28
@thexaver

In theory it is possible if you mount dropbox, but does dropbox store files in 2 TB?

V
Vitaly Karasik, 2019-10-28
@vitaly_il1

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 question

Ask a Question

731 491 924 answers to any question