forked from flipswitchingmonkey/gitea-spk
-
Notifications
You must be signed in to change notification settings - Fork 0
How to update Gitea version on Synology
Kasurus edited this page Jun 27, 2019
·
1 revision
Hey, i just did a update from 1.7.2 to 1.7.4 on my Synology DS215j. Seems to work perfectly fine. I performed the following steps:
- Do a Backup
- Move the gitea-dump-1482906742.zip to a different folder. the /usr/local/gitea/gitea folder will be overwritten. (if you are using https you will want to backup your key.pem and cert.pem files. or store them permanently in a different folder that does not get overwritten. i did not do that.)
- Stop gitea in the synology paket-centre
- Install the new version via the paket-centre
- Gitea was not able to start, because i did not backup the SSL/TLS certificates in step 2. so i had to generate new ones.
- For ssh to work i had to execute the rewrite „.ssh/authorized_keys“-file option from the gitea admin-dashboard
- After that it just worked as before the update