mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
Add information about migration to gitea
This commit is contained in:
parent
f572b5941b
commit
ea10ea8d18
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -7,6 +7,26 @@ Gogs is a self-hosted Git service written in Go. Alternative to Github.
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=gogs)
|
[](https://install-app.yunohost.org/?app=gogs)
|
||||||
|
|
||||||
|
# IMPORTANT INFORMATION
|
||||||
|
|
||||||
|
**Note that this package will not be longer be maintened by the actual maintener.
|
||||||
|
The idea is to migrate to [gitea](https://github.com/YunoHost-Apps/gitea_ynh) which is more featured.**
|
||||||
|
|
||||||
|
For the old install you can migrate to gitea easly by juste upgrading your actuall gogs instance with the gitea source by this command:
|
||||||
|
```
|
||||||
|
sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/gitea_ynh gogs
|
||||||
|
```
|
||||||
|
**Note that this command contains some risk of data lost. So it's important to make a backup of the app before the install.**
|
||||||
|
To make a backup you can use this command:
|
||||||
|
```
|
||||||
|
sudo yunohost backup create --debug --apps gogs
|
||||||
|
```
|
||||||
|
|
||||||
|
For the new install just install gitea by this command:
|
||||||
|
```
|
||||||
|
sudo yunohost app install -l Gitea https://github.com/YunoHost-Apps/gitea_ynh
|
||||||
|
```
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
A functional instance of [YunoHost](https://yunohost.org)
|
A functional instance of [YunoHost](https://yunohost.org)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue