You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/Services/atlassian.html.md.erb
+43-1Lines changed: 43 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,48 @@ Your account then should sync with Jira and Confluence and you can then able to
183
183
184
184
**5.** Change colours of the environment to differentiate between Live and Staging
185
185
186
+
### Creating Manual Backups
187
+
188
+
When we are cutting over to the new production environment, we need to take manual backups of the VMs. We have used the following script to take the manual backups:
@@ -193,6 +235,6 @@ e.g `jira_shared` should be mounted here `/var/atlassian/application-data/jira/
193
235
194
236
Please use `mount -a` command to mount them correctly.
195
237
196
-
There was problem where the share was not mounted correctly after auto shutdown, we have got cronjob on the staging VMs to run the mounting script everyday at 8am.
238
+
There was problem where the share was not mounted correctly after auto shutdown, we have got cronjob on the staging VMs to run the mounting every hour, the script checks if the Share is mounted or not and if not, it will attempt to mount it.
0 commit comments