Lost Password?
Forgot your username?
No account yet? Register

Show Cart
Your Cart is currently empty.

COALY News


Name:

Email:

Create PDF Email Print

Do you support postgres and MySQL databases ?

Date added:
Monday, 06 April 2009
Last revised:
Tuesday, 14 April 2009
Hits:
1154

Answer

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 offsite filesystem:

pg_dump -U postgres db | ssh 1234@sync.coaly.com "dd of=db_dump"

mysqldump -u mysql db | ssh 1234@sync.coaly.com "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.

Category

RocketTheme Joomla Templates