I backed up the entire home root.
I need to keep the basic settings of Confluence and Jira.
For example: setting the server home page URL, Application navigator
Can I replace the entire home root to restore Confluence and Jira at one time?
Or do I just need to back up the application-data?
It is not quite possible to tell what you need to back up from the file system alone.
A minimal backup of Jira or Confluence contains
That would allow you to recreate your Jira or Confluence into a new empty system that you'd install from scratch. It would need some work to configure, but would contain all the data from the application
A fuller back up would be
This would be easier to restore to a similar machine, because the home directory contains all the configuration and the index, so you'd be up and running faster, but you would have to check all the customisations that are written to the home directory are still appropriate for the server you are restoring on to
A complete backup would be
This backup could be copied to any replacement server in one go and simply started, assuming that server is similar enough to the original
My installation directory, accessories, database, etc. are all in the "home" directory.My everything is installed in a virtual machine. I copy a new one from the original virtual machine. At this time, I backup the "home" directory of the original virtual machine and replace the "home" directory of the new virtual machine. At this time,it is found that confluence and jira services in the new virtual machine cannot be started
So,I am very confused about how to achieve what you said "This backup could be copied to any replacement server in one go and simply started"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, that can be confusing and I forget to explain it sometimes
Confluence has a "home" directory to hold its working data in (things like the attachments, index, log files, backups, temporary files and so-on)
This is not a *nix user's home directory, it is a dedicated directory for Confluence which could be anywhere you want on the server's storage.
As a couple of examples, it is not unusual to see things similar to these setups:
Confluence example 1:
Confluence example 2:
But you could install it anywhere and have the data directory anywhere you want (as long they are not nested in the same place). So we tend to talk about them in generic terms because they might be anywhere.
So, taking a backup of an entire VM will cover all of the directories and database you need and restoring that should not be a problem.
The error message you are getting is not about the file and data copy though, it's almost certainly to do with file ownership, which we are discussing over at https://community.atlassian.com/t5/Confluence-questions/Confluence-server-start-error/qaq-p/1643917
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I seem to understand what you mean.
In the first picture of the problem, the "confluence" and "jira" directories in the “home”directory are my user files . If I replace the whole “home”, Even if the file name is the same, the user will be replaced, resulting in the loss of file ownership.
So according to the picture, In terms of my current installation directory in the picture,I need to back up all the files in the path "/home/atlassian/", right?
But what is the "AtlassianResource" file under the path '/ home /'?Do I need to back it up?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can't tell you what to back up because I do not know where your application home or installation directories are. I can only tell you that you need to back up the four places (two installs and two home directories).
You can see what an application's home directory is very simply - there's a line that says "home" in the "system information" page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.