Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Attachments don't load after CLOUD->SERVER migration

NikitOS Tikhomirov November 22, 2022

After creating server backup (%mysite%/secure/admin/CloudExport.jspa) I use this zip file for full backup process on my server version. "Include attachments, avatars, and logos in the backup" was been checked.

But if attachments in online Jira works fine, my server version can't load it.

There are blank space and red triangle error icon instead of image etc.

 

Im using server in Docker container, may issue be in that of something else?

2 answers

2 accepted

2 votes
Answer accepted
NikitOS Tikhomirov November 23, 2022

Well, i got strange, but simple solution!

1. Unzip "attachment" folder from cloud backup archive.

2. Got docker volume path and use terminal command:

docker cp /(my host path)/attachments (container name):/var/atlassian/application-data/jira/data

That's all! Folder injection seems fine. I see my images in issues right now.

Fabio Racobaldo _Herzum_
Community Champion
November 23, 2022

Good! Please mark all answers as accepted ;)

0 votes
Answer accepted
Fabio Racobaldo _Herzum_
Community Champion
November 23, 2022

Hi @NikitOS Tikhomirov ,

welcome to the Atlassian community!

Please could you check if, after the restore, JIRA-HOME/data/attachments folder contains files?

Moreover please check the following thread https://community.atlassian.com/t5/Jira-Software-questions/Cloud-to-Server-migration-attachments-not-visible-in-issues/qaq-p/1307275

Fabio

NikitOS Tikhomirov November 23, 2022

Strange. There are all files inside backup archive, but only one after restore - and it's thumbnail for one task.

 

 

1.png2.png

Fabio Racobaldo _Herzum_
Community Champion
November 23, 2022

That is the issue. Please extract all those files and put in the server folder size ;).

Remeber to restart the application

Suggest an answer

Log in or Sign up to answer