Migrate Jira Service Desk ( Linux ) to Jira cloud Atlassian Service Management

This is a resumed guide of how to migrate a Linux Server - Jira Servicedesk Instance to Atlassian cloud. This guidance is meant for people trying yo migrate to the cloud . Certain Jira Administration & Linux knowledge is required to follow the guide successfully Migrating attachments will be done in the next post 🙂 … Continue reading Migrate Jira Service Desk ( Linux ) to Jira cloud Atlassian Service Management

Invoke Jira Garbage Collector

In computer science, garbage collection (GC) is a form of automatic memory management. The garbage collector, or just collector, attempts to reclaim garbage, or memory occupied by objects that are no longer in use by the program. Garbage collection was invented by John McCarthy around 1959 to simplify manual memory management in Lisp.[1] Garbage collection is essentially the opposite of manual memory management, which requires the programmer to specify … Continue reading Invoke Jira Garbage Collector