You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi all, and thanks in advance.
We have had 2 significant outages of our infrastructure in the last few weeks, both of wich left our knowledge base offline, so increasing the difficulty of brining it back. This is provided to us as a service asn we have little to no control over the supply.
We already have a project to move to atlassian Cloud, but this is going slow and we need a interim solution (in action within a week) to make the one space available to the TECH team to assist with recovery and data consitency.
Questions/points for discussions/possible options include
- build a new confluence online (Cloud based servers azure amazon etc) adn migrate to that until atlassian cloud is ready
- Atlassian cloud temporary space ( but how does single sign on etc work when we already have a tenancy)
- Export the space as static HTML site to a cloud solution as above (needs attachements etc and scheduled updates)
We are a vctim of atlassian becomeing more important to the business than planned and now we need confluence first in the event of a DR
I would second @Nic Brough -Adaptavist- thoughts. If you are running a production instance (primary site), a Disaster Recovery (secondary site) is a must so that you can fail over your service to the secondary site in case of any unforeseen events at primary site. You can plan this architecture on public cloud or on-premise based on your requirements.
An alternative way can be, to export all pages from all spaces to pdf via a script at a scheduled time, but it's not a viable option if your confluence site is extra large. It may come in handy for small confluence instances since you will have an offline copy available all the time
One idea when remaining OnPremise on a server in another data center could be:
- copy complete Confluence installation and data-directory the other server (as THE ONE importance piece of documentation is NOT in THE tech space, but rather in the OTHER.....)
- restore the database into a local hosted one on the other server
- change base URL from confluence... to disasterflence...
- disable any enterprise user directories (like ActiveDirectory, Azure) and use a local confluence user
- deal with licenses of the application (dev license)
You even do not have to take care about updates, as once installed, the binaries will be overwritten from prod Confluence.
In case both data center have major issues, you could simply take this VM and deploy it on any hardware.
Running on Windows and SQL-Server, can be fully automated with Powershell and SQL-scripts.