Mysql Dump 0.2beta has been released.

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
mahjong

Mysql Dump 0.2beta has been released.

Post by mahjong »

This is the first public release of Mysql Dump, with full backup and restore functionalities.

Mysql Dump is an interface for the 'mysqldump' backup tool. It can be used to dump the CMSMS database for backup or for transferring the data to another server (not necessarily a MySQL server). In other words, it allows you to dump the contents of your CMSMS database into a text file, and restore from such a file. This text file can be easily saved locally or sent to remote server.

Althought this module should work fine it is still experimental (beta). IT SHOULD NOT BE TRUSTED IN A PRODUCTION ENVIRONMENT! PLEASE TEST IN A SAFE ENVIRONMENT BEFORE RELYING ON THIS MODULE.
mahjong

Re: Mysql Dump 0.2beta has been released.

Post by mahjong »

Also, a new "Delete" function is being developed and available for tests in svn.

Mysql Dump 0.3 :
  • Backup Database
  • Restore Database
  • Delete Dataset new
  • Interface improved
Last edited by mahjong on Wed Aug 02, 2006 6:05 pm, edited 1 time in total.
cyberman

Re: Mysql Dump 0.2beta has been released.

Post by cyberman »

Do you plan a postgres dump module too?
mahjong

Re: Mysql Dump 0.2beta has been released.

Post by mahjong »

cyberman wrote: Do you plan a postgres dump module too?
Yes, but I want the Mysql Dump module fully tested and running stable before working on a spawn.

Would you be interested to participate in the development of the postgres module?
Piratos

Re: Mysql Dump 0.2beta has been released.

Post by Piratos »

No function by me:



[attachment deleted by admin]
mahjong

Re: Mysql Dump 0.2beta has been released.

Post by mahjong »

Where is located 'mysqldump.exe' on your system? In which folder?
Piratos

Re: Mysql Dump 0.2beta has been released.

Post by Piratos »

c:\www\xampp\mysql\bin

Sorry i have not read your help text.

It works, i create a dump and build a new database with the dump and with phpmyadmin.
Last edited by Piratos on Tue Aug 01, 2006 7:44 pm, edited 1 time in total.
mahjong

Re: Mysql Dump 0.2beta has been released.

Post by mahjong »

Go to the Preferences tab and put c:\www\xampp\mysql\bin in the Path to mysqldump binaries field
mahjong

Re: Mysql Dump 0.2beta has been released.

Post by mahjong »

Also, a new "Delete" function is being developed and available for tests in svn.

Mysql Dump 0.3 :
  • Backup Database
  • Restore Database
  • Delete Dataset new
  • Interface improved
Released as an official package. Available here and with the new module manager. Seems perfectly stable.

If no bug reports show up, will be release as version 1.0 (stable)
Piratos

Re: Mysql Dump 0.2beta has been released.

Post by Piratos »

Most of all cannot use this module because mysqldump is a system tool for administrators and you must have the rights of root.

it is a better way to make a php solution to dump mysql and postgresql and to create a php way to restore it.
mahjong

Re: Mysql Dump 0.2beta has been released.

Post by mahjong »

Piratos wrote:Most of [us] cannot use this module because mysqldump is a system tool for administrators
You are right. This module is not intend to be used by everybody. It's more a professional tool for people knowing what they are doing. If your system administrator doesn't trust you to use tools like mysqldump then it's best not to use the Mysql Dump module.
It is a better way to make a php solution to dump mysql and postgresql and to create a php way to restore it.
In theory. But none of the PHP scripts ever written are as complete and flexible as mysqldump. Myslqdump is a complex, sophisticated piece of software and with upmost compatibility. Start writing your own backup module, you'll see.
Last edited by mahjong on Sat Aug 05, 2006 10:23 pm, edited 1 time in total.
Piratos

Re: Mysql Dump 0.2beta has been released.

Post by Piratos »

If you see it as a special unit for professionals it is ok, but than i can use mysqldump directly and never need a module.
Last edited by Piratos on Sun Aug 06, 2006 8:39 am, edited 1 time in total.
mahjong

Re: Mysql Dump 0.2beta has been released.

Post by mahjong »

Piratos wrote: can use mysqldump directly and never need a module.


You can also publish a website without ever using a CMS. Doesn't make content management systems less convenient or useless.
Locked

Return to “Modules/Add-Ons”