Backup Recovery Bitnami redmine records under Windows 7

Source: Internet
Author: User
Tags redmine

Backup Recovery Bitnami redmine records under Windows 7

Due to server replacement, the Bitnami Redmine system and all project records on the original server need to be migrated to the new server, the following is the record:

Environment: Redmine 1.1.2.1 because the original version is this, there is no time to replace the latest version, only with the original version of this older.

Original system: Windows Server 2003

New System: Windows 7

Steps:

1. Back up the data in the old system:

1.1 Run "Use Bitnami redmine stack" under the Bitnami Redmine shortcut menu installed to enter the command line interface;

1.2 to redmine installation directory, run the database Export command: < install directory >\mysqldump Bitnami_redmine (this is the default database name)-uroot-p (your admin password) > Backupfilename.sql;

1.3 After the system has been running for a period of time, the Backupfilename.sql file is generated.

2. Install the new system:

2.1 Download Install Bitnami redmine separate installation package.

2.2 Follow the prompts to install.

3. Recover data in the new system:

3.1 Run "use Bitnami redmine stack" under the newly installed Bitnami redmine shortcut menu and go to the command line interface;

3.2 To Redmine installation directory, run the database Import command: < install directory >\mysql-uroot-p (your admin password) bitnami_redmine (this is the default database name) < Backupfilename.sql

3.3 After the system has been running for a period of time, the data in the Backupfilename.sql file is imported into the new database.

Complete.

Backup Recovery Bitnami redmine records under Windows 7

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.