www/forgejo/pkg/MESSAGE (view raw)
1If you are upgrading from ${PKGSTEM}-<1.7.0, update _forgejo user's shell and
2home directory:
3
4 # usermod -s /bin/sh _forgejo
5 # usermod -d /var/forgejo _forgejo
6
7If you are upgrading from ${PKGSTEM}-<1.7.1, please note the following changes:
8
9* Configuration file location has changed from ${SYSCONFDIR}/${PKGSTEM}/conf/app.ini
10 to ${SYSCONFDIR}/${PKGSTEM}/app.ini
11
12* GITEA_CUSTOM directory location has changed from ${SYSCONFDIR}/${PKGSTEM}
13 to ${LOCALSTATEDIR}/${PKGSTEM}/custom
14
15* Default ROOT_PATH for logs has changed from ${LOCALSTATEDIR}/${PKGSTEM}/log
16 to ${LOCALSTATEDIR}/log/${PKGSTEM}