Code Monkey home page Code Monkey logo

conflused-updater's Introduction

Conflused-updater

Shell scripts to backup and update Atlassian JIRA and Confluence instances. Currently only instances running on Linux and using PostgreSQL database are supported.

JIRA

JIRA, JIRA Software and JIRA Servicedesk installations supported.

  • Copy jira/config.sh.sample to jira.config
  • Edit jira.config to match your setup
  • Create current symlink to JIRA_PATH if not already set
    • Fix directory path(s) to init scripts also
  • Run jira/update_jira.sh jira.config as root or normal user
  • Done

Confluence

  • Copy confluence/config.sh.sample to confluence.config
  • Edit confluence.config to match your setup
  • Create current symlink to CONFLUENCE_BASE if not already set
    • Fix init scripts also
  • Run confluence/update_confluence.sh confluence.config as root or normal user
  • Done

You can use environment variable CONFLUENCE_NEW_VERSION to define version to update to. CONFLUENCE_NEW_VERSION value must be existing version number, for example "6.13.10".

Bitbucket

Minimum supported version is 5.x+

Usage:

  • Copy bitbucket/config.sh.sample to bitbucket.config
  • Edit bitbucket.config to match your setup
  • Create current symlink to BITBUCKET_BASE if not already set
    • Fix directory path(s) to init scripts / unit files also
  • Run bitbucket/update_bitbucket.sh bitbucket.config as root or normal user
  • Done

Migration guide from 4.x+:

  • Migrate your server.xml
  • Create set-jre-home.sh to your old installation bin-folder
    • See version 5.x+ files for a sample in <extract_dir>/bin/
  • Create set-bitbucket-home.sh to your old installation bin-folder
    • See version 5.x+ files for a sample in <extract_dir>/bin/
  • Create set-bitbucket-user.sh to your old installation bin-folder
    • See version 5.x+ files for a sample in <extract_dir>/bin/

Bamboo

The updater looks for BAMBOO_HOME from atlassian-bamboo/WEB-INF/classes/bamboo-init.properties. Migrate your HOME var there if it isn't already

  • Copy bamboo/config.sh.sample to bamboo.config
  • Edit bamboo.config to match your setup
  • Create current symlink to BAMBOO_PATH if not already set
    • Fix directory path(s) to init scripts / unit files also
  • Run bamboo/update_bamboo.sh bamboo.config as root or normal user
  • Done

Directory structure

Script requires that every application is installed in separate subdirectory, later called APPLICATION_BASE. APPLICATION_BASE directory contains application installation directories, a "current" symlink to newest version directory and a configuration file for this updater tool.

APPLICATION_BASE
APPLICATION_BASE/application-x.y
APPLICATION_BASE/application-x.z
APPLICATION_BASE/current -> APPLICATION_BASE/application-x.z
APPLICATION_BASE/application.config

Replace "application" in "application.config" with application name. For example jira.config.

Restore

In case something goes wrong, restore backups from A BACKUP_DIR. The BACKUP_DIR defaults to a APPLICATION_BASE/backup directory. Application-data directory contains application-data files and binary directory contains sql dumps.

License

MIT license

Copyright (c) 2020 Remod Oy

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

conflused-updater's People

Contributors

annttu avatar ptmuta avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.