Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Do you support postgres and MySQL databases ?

0
Posted

Do you support postgres and MySQL databases ?

0

Yes. Because we allow the remote execution of the ‘dd’ command, over SSH, you can run database dumps across an encrypted channel to a dump file in your rsync.net filesystem: pg_dump -U postgres db | ssh 1234@usw-s001.rsync.net “dd of=db_dump” mysqldump -u mysql db | ssh 1234@usw-s001.rsync.net “dd of=db_dump” Because you are using your own dump program, you need not worry about version incompatibilities between your client and our server.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123