zoukankan      html  css  js  c++  java
  • Bitnami redmine备份升级步骤

    从3.2.1升级至3.3.0,不确定数据库结构是否有变化,主要过程:先停止服务,安装redmine模块,恢复服务。

    以下适用于windows操作系统,采用Bitnami安装方式:

    1、完整备份

    Follow these steps:

    • Stop all servers using the shortcuts in the Start Menu or the graphical manager tool.
    • Create a compressed file with the stack contents. You can use a graphical tool like 7-Zip or WinZip.
    • Stop all servers using the shortcuts in the Start Menu or the graphical manager tool.

    2、完整恢复

        Bitnami stacks are self-contained, so to restore a stack, you only need to uncompress the backup file in the same location. It is important to use the same path that was used when the stack was originally installed.

    Follow these steps:

    • Uncompress the backup file to the original directory.
    • Install services by launching a new command prompt and executing the following commands. Administrator privileges are required.
      $ cd installdir
      $ serviceinstall.bat INSTALL
      

    You can now start or stop servers using the graphical manager tool.

    未完整安装redmine 3.3.0,完整安装里包括了mysql、apache、phpadmin等模块,实际只下载安装了Redmine模块,安装时需要选择原来的安装路径,安装完成后设置用户名和密码,登陆进去后所有数据信息全在,自定义字段也支持Drag and drop,That's great!

    参考:

    http://blog.csdn.net/benkaoya/article/details/47009505 (windows上迁移实例)

    https://github.com/ocde/ego/issues/44  (windows操作指令)

    https://wiki.bitnami.com/Native_Installers_Quick_Start_Guide#How_to_upgrade_the_full_Stack_migrating_the_data.3f (Bitnami说明)

  • 相关阅读:
    v4v7升级到androidx过程
    iOS13 ,xcode11新建项目真机运行出现黑屏
    逆向微信时使用runtime方法交换后因找不到方法而崩溃的解决方式
    block不需要__weak的几种情况
    使用Xcode 11.3bata版本创建的工程webview无法加载http
    iOS 隐藏/显示状态栏
    iOS开发之cell中self和self.contentview的区别
    栈是吃了吐 堆是吃了拉
    工厂方法
    NSNotification、KVO、Delegate都是同步的
  • 原文地址:https://www.cnblogs.com/lustforlife/p/5605084.html
Copyright © 2011-2022 走看看