When my company was using Jira on its own server, I was able to use the markdown macro and in it I could paste a chart using the chart syntax. e.g.:
{chart:type=pie|title=Fish Sold}
|| Fish Type || 2004 || 2005 ||
|| Herring | 9,500 | 8,300 |
|| Salmon | 2,900 | 4,200 |
|| Tuna | 1,500 | 1,500 |
{chart}But now on the Jira Cloud we don't have this macro anymore, now we can just paste the markdown on the page directly.
Having said that, the chart markdown is not working anymore.
Does anybody have an idea if there's a new syntax for it or it won't just be possible anymore?
Speaking from a Confluence point of view you are going to need to ensure that you have your <confluence_home> directory intact. Unless you have been storing your attachments in your db (not really the best idea in the world) you are going to need the file system component to restore your attached data.
I might also recommend that you step up your backup strategy. Quartely backups are a great idea, especially if you are running on a VM. I ask that you take a look at our produciton backup strategy below. It is as simple as adding a chron job to run nightly database dumps and scp a copy of your <confluence_home> to a remote machine. This should ease the pain of another system failure.
https://confluence.atlassian.com/display/DOC/Production+Backup+Strategy
The document also contians links to refeneces on how to rebuild your instace from these files. Please let us know if you have questions.
Hi Michael,
It could still be possible to salvage your instance if your database is still intact. You can actually connect a new instance to use the old database via editing it in either the config.bat/config.sh file, or with the dbconfig.xml file.
Please note, however, that trying to connect a new instance to the old database via the installation will erase your database data.
Also, I would recommend that you create a database dump before attempting this, just so that we have a backup in case anything happens.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awsome so everything is stored into the database then. What about uploaded file attachement to tickets and confluence?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Michael,
All your system data will be resotred inside your database, but not the JIRA/Confluence installation files. If you are still able to start your database, you can generate a database dump and import to your new JIRA machine.
Cheers
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.