No reviews showing after Upsource upgrade

I am trying to upgrade Upsource from 2018.2.1141 to 2019.1.

I am doing a backup, deleting content from data and conf, and performing the Upgrade after restarting the Docker container.

My project is there, but it is showing "No Reviews". 

I've got tarballs of my original data and conf directories saved.  How can I recover from this? 

2
2 comments

Faced the same issue with a Mercurial repo.

Will try to restore from the backup once again and update the thread later.

0

in my case all .sh file didn't have bit execute. Symptoms - disconnects in networkings after restoring backup, upsource is down. Solution:
1 clear folder and unpack again
2. cd directory-with-upsource
3. find ./ -type f -iname "*.sh" -exec chmod +x {} \;
4. start, ?wizard_token=...... restore backup

0

Please sign in to leave a comment.