+ Reply to Thread (include dating software, release, and patch number!)
Results 1 to 4 of 4

Thread: Migration tools

  1. #1
    skyrider's Avatar
    Join Date
    Dec 2006
    Posts
    50

    Default Migration tools

    I'm new in dolphin-terms, but and old-timer when it comes to maintaining software, so I know the drill and what needs to be done ..... before I spend to much time developing my own migrating procedures a combined survey/tips

    Found these (free!) MYSQL-tools for migrating DB

    http://www.adamspiers.org/computing/mysqldiff/
    mysqldiff -- a utility for comparing MySQL database structures

    http://www.mrjoy.com/datadiff/

    DataDiff is a utility for comparing the contents of two identical sets of tables in MySQL and returning the rows that differ between the two.

    http://www.databasejournal.com/featu...le.php/1584401
    Synchronizing Your MySQL Databases Using a Free MySQL Admin Tool - SQLyog


    http://www.prestosoft.com/ps.asp?page=edp_examdiff
    For filechanges ExamDiff (via a post in this forum)

    ExamDiff is a freeware Windows 95/98/Me/NT/2000/XP/2003/Vista tool for visual file comparison. It has a number of simple and convenient features that many users have been asking for a long time from a file comparison tool.
    The paid Pro version offers directory and bytelevel comparison

    Any experiences with above or good alternatives ?!
    ------------------------------------------------------------------------------
    Contribute to the Modmysite Dolphin wiki * Running Dolphin 6.0.3 clean
    Edgecrafting blog - Tips for webmasters, GTD, web-services, tweaking and some ranting





  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    We generally use SQLyog (the software) - plus eyeballs (the human kind). LOL!

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3
    skyrider's Avatar
    Join Date
    Dec 2006
    Posts
    50

    Default CHMOD from windows

    Adding free WinScp to the utility part

    http://winscp.net/

    quite easy to use with shell like interface
    and can be scripted, e.g. made a scriptfile to set initial 777 and 666 permissions

    executing WinSCP3
    C:\Programs\WinSCP3\winscp3.exe /console /script=chmod.txt
    with this input
    # Automatically answer all prompts negatively not to stall
    # the script on errors
    option batch on

    # Disable overwrite confirmations that conflict with the previous
    option confirm off
    # Connect using a password
    # open user: password + site
    # Connect
    open your-user-here@www.yoursite-here.com

    # Change remote directory
    cd dolphin
    # Set permissions

    chmod 0777 ./backup
    chmod 0777 ./cache
    chmod 0777 ./inc
    chmod 0777 ./langs
    chmod 0777 ./media/images/banners
    chmod 0777 ./media/images/blog
    chmod 0777 ./media/images/gallery
    chmod 0777 ./media/images/profile
    chmod 0777 ./media/images/profile_bg
    chmod 0777 ./media/images/sdating
    chmod 0777 ./media/sound
    chmod 0777 ./media/video
    chmod 0777 ./periodic
    chmod 0777 ./tmp

    chmod 0666 ./periodic/cmd.php
    chmod 0666 ./periodic/notifies.php
    chmod 0666 ./inc/menu_content.inc.php
    chmod 0666 ./inc/params.inc.php
    chmod 0666 ./ray/inc/header.inc.php
    chmod 0666 ./ray/inc/cron.inc.php
    chmod 0666 ./ray/modules/chat/js/admin.js
    chmod 0666 ./ray/modules/im/js/invite.js
    chmod 0666 ./ray/modules/im/js/open.js
    chmod 0666 ./ray/modules/presence/js/update.js
    chmod 0666 ./orca/inc/header.inc.php
    Last edited by skyrider; 02-19-2007 at 07:57 PM.
    ------------------------------------------------------------------------------
    Contribute to the Modmysite Dolphin wiki * Running Dolphin 6.0.3 clean
    Edgecrafting blog - Tips for webmasters, GTD, web-services, tweaking and some ranting





  4. #4
    skyrider's Avatar
    Join Date
    Dec 2006
    Posts
    50

    Default FTP upload and unzip of new version

    Quote Originally Posted by skyrider View Post
    Adding free WinScp to the utility part

    http://winscp.net/

    quite easy to use with shell like interface
    and can be scripted, e.g. made a scriptfile to set initial 777 and 666 permissions

    executing WinSCP3
    Followup on this; Finally got the upload scriptet also

    1) Unzip the original dolphin zip-file

    2) make a new zip, without folder in root (otherwise you will get an unwanted subfolder when unzipping), zipfile content are going to be unzipped into your target directory (probably root) on server

    3) Make a command file for upload directives

    # Automatically answer all prompts negatively not to stall
    # the script on errors
    option batch on
    # Disable overwrite confirmations that conflict with the previous
    option confirm off
    # Connect using a password
    # open user password@example.com
    # Connect
    open user@yourdomain
    # Change remote directory if needed
    cd test
    # Upload the zip-file to current working directory
    put "your-directory\v6.0.3-clean.zip"
    # unzip new version
    call unzip v6.0.3-clean.zip
    and all there is left is to start WinSCP3 in a DOS prompt with the script

    4)

    C:\Programs\WinSCP3\winscp3.exe /console /script=upload-test.txt


    works perfectly and much faster than doing a FTP file-by-file upload
    Last edited by skyrider; 01-06-2008 at 10:28 AM. Reason: spelling error
    ------------------------------------------------------------------------------
    Contribute to the Modmysite Dolphin wiki * Running Dolphin 6.0.3 clean
    Edgecrafting blog - Tips for webmasters, GTD, web-services, tweaking and some ranting





+ Reply to Thread (include dating software, release, and patch number!)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Data Migration Issues
    By bigal0228 in forum Boonex Dolphin 7
    Replies: 1
    Last Post: 12-30-2009, 02:56 PM
  2. Dolphin 6.03 migration problem.
    By Danger in forum Dolphin General Discussion v6.00 and above
    Replies: 3
    Last Post: 02-09-2008, 11:33 PM
  3. Migration???
    By Yair Czitrom in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 12-27-2007, 06:56 AM
  4. Tools for modifying templates
    By zman in forum Graphics / Templates
    Replies: 10
    Last Post: 05-25-2007, 11:45 PM
  5. compose.php Not showing all Tools v5.5
    By PeekHoles in forum Bugs Dolphin v.5.5.0
    Replies: 1
    Last Post: 01-23-2007, 01:11 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts