SpaceCicada
SpaceCicada
RRuntipi
Created by SpaceCicada on 11/27/2024 in #🙋🏼・help
Backup and restore from 2 runtipi instances
Thanks Nicholas, I was able to backup everything in a single tar using symlink follow. I will attempt merging them. Will keep you posted.
4 replies
RRuntipi
Created by SpaceCicada on 9/3/2024 in #🙋🏼・help
No Available app update even through there are updates in GitHub
Sure thanks
8 replies
RRuntipi
Created by SpaceCicada on 9/3/2024 in #🙋🏼・help
No Available app update even through there are updates in GitHub
Please let me know if I can provide more info in order to properly debug the issue. Or anything that I should have done differrently.
8 replies
RRuntipi
Created by SpaceCicada on 9/3/2024 in #🙋🏼・help
No Available app update even through there are updates in GitHub
Apologies, I should have read the instructions before. I have resolved the issue but I think it can be a real issue so putting all of the debug things here: Logs
runtipi | dashboard: 2024-09-03T07:10:16.837Z - error > TypeError: fetch failed
runtipi | dashboard: 2024-09-03T07:10:16.837Z - error > TypeError: fetch failed
The original issue logs have been cleared since I restarted the instance. But this one line is too frequent. Coudn't figure out this. The original issue that prevented repo from being updated happened from a misconfigured .git/config file in the repo directory. This information I figured out after reading logs. I first updated the file and made it similar to my other instance. After that I read the git command from the logs and force ran it myself in my runtipi folder. And that worked. I am sure this is not the recommended way but it is working. Here is the command.
sudo git -C repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 fetch origin && git -C repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 reset --hard ori
gin/master
sudo git -C repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 fetch origin && git -C repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 reset --hard ori
gin/master
8 replies