dbscripts 5.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| dbscripts-5.x-1.1.tar.gz | 16.09 KB | 4285a3443da5bbd7386aea08148b4250 |
| dbscripts-5.x-1.1.zip | 18.79 KB | c70d6c9a6aa75bebccf7bdd2fc7231b2 |
Release notes
Better error checking so random PHP errors don't fly across your terminal when things aren't configured just right.
dbscripts 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| dbscripts-6.x-2.x-dev.tar.gz | 36.41 KB | 40111eb253a4a24a68be112132d8f8e4 |
| dbscripts-6.x-2.x-dev.zip | 40.79 KB | dc94ae0b735b18fa40d92990620680e1 |
Release notes
This is using an entirely different approach to dumping and restoring. The 1.x version treats the database dumps as a single file, while 2.x is dumping every table and data as separate files. This allows much easier manipulation of files that will be faster to perform. Also, on large databases it will allow an easier opportunity to dump and restore only the required tables, which will be significantly faster.
Merging branches and with other developers should be superior this way... that is... if I can get it working :)
dbscripts 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| dbscripts-6.x-1.x-dev.tar.gz | 15.15 KB | 40fae43b942a8a8b00571e44301890ad |
| dbscripts-6.x-1.x-dev.zip | 17.7 KB | ba55c147798fd0b9f88c5f91b3616165 |
Release notes
This is a minor update to the 5.x-1.x version which just allows dumping and restoring the database as optimized for Drupal 6. Merging, however, is not possible, and will not be possible with this branch.
dbscripts 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| dbscripts-5.x-1.0.tar.gz | 15.61 KB | 68a7342a52619dd41ee9199de0a7763c |
| dbscripts-5.x-1.0.zip | 18.31 KB | fdaa4b7c87b6dba271803722d178fe34 |
Release notes
Things have seemed stable for awhile, so here's a release!
This version will stay "as is" without significant refactoring and updates will only contain bug fixes and minor feature additions.
dbscripts 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| dbscripts-5.x-1.x-dev.tar.gz | 16.09 KB | 06afacf02cea0c1845479cbdd02382fe |
| dbscripts-5.x-1.x-dev.zip | 18.79 KB | f228a003c42a7132f9276274fc32631f |
Release notes
Development snapshot for Drupal 5.
Since this is the first iteration of this module, this branch is definitely development. I'll try my best to always make it stable by making sure it works with my websites before releasing new code. I am also heavily refactoring things as I go, so the next update may not be compatible with the previous update.