[Skip-CI] Clarifications
This commit is contained in:
parent
eb33cf5e0b
commit
b9d38bdeed
1 changed files with 46 additions and 43 deletions
|
@ -25,18 +25,17 @@ You may want to update your c4k-forgejo resources to reflect the changes made on
|
|||
### Config related issues with c4k-forgejo v3.2.2
|
||||
|
||||
- oauth2: ENABLED instead of ENABLE
|
||||
- `FORGEJOoauth2ENABLED: "true"`
|
||||
- `FORGEJO__oauth2__ENABLED: "true"`
|
||||
- 2024/07/02 13:16:17 ...g/config_provider.go:329:deprecatedSetting() [E] Deprecated config option `[log]` `ROUTER` present. Use `[log]` `logger.router.MODE` i
|
||||
nstead. This fallback will be/has been removed in 1.21
|
||||
- `FORGEJOlog_0x2E_logger_0x2E_routerMODE: console, file`
|
||||
- `FORGEJO__log_0x2E_logger_0x2E_router__MODE: console, file`
|
||||
- 2024/07/02 13:16:17 ...g/config_provider.go:329:deprecatedSetting() [E] Deprecated config option `[service]` `EMAIL_DOMAIN_WHITELIST` present. Use `[service]
|
||||
` `EMAIL_DOMAIN_ALLOWLIST` instead. This fallback will be/has been removed in 1.21
|
||||
- `FORGEJOserviceEMAIL_DOMAIN_ALLOWLIST:`
|
||||
- `FORGEJO__service__EMAIL_DOMAIN_ALLOWLIST:`
|
||||
- 2024/07/02 13:16:17 ...g/config_provider.go:329:deprecatedSetting() [E] Deprecated config option `[mailer]` `MAILER_TYPE` present. Use `[mailer]` `PROTOCOL`
|
||||
instead. This fallback will be/has been removed in v1.19.0
|
||||
- ...es/setting/mailer.go:133:loadMailerFrom() [E] Deprecated fallback `[mailer]` `PROTOCOL = smtp+startls` present. Use `[mailer]` `PROTOC
|
||||
OL = smtp+starttls`` instead. This fallback will be removed in v1.19.0
|
||||
- `FORGEJOmailerPROTOCOL: smtp+starttls`
|
||||
- ...es/setting/mailer.go:133:loadMailerFrom() [E] Deprecated fallback `[mailer]` `PROTOCOL = smtp+startls` present. Use `[mailer]` `PROTOCOL = smtp+starttls`` instead. This fallback will be removed in v1.19.0
|
||||
- `FORGEJO__mailer__PROTOCOL: smtp+starttls`
|
||||
- starttls instead of startls
|
||||
|
||||
### Breaking Changes
|
||||
|
@ -107,7 +106,7 @@ You may want to update your c4k-forgejo resources to reflect the changes made on
|
|||
|
||||
- benutzen wir:
|
||||
- [/repos/{owner}/{repo}/releases](https://code.forgejo.org/api/swagger/#/repository/repoListReleases)
|
||||
- [`/repos/{owner}/{repo}/push_mirrors`](https://code.forgejo.org/api/swagger/#/repository/repoListPushMirrors)
|
||||
- [/repos/{owner}/{repo}/push_mirrors](https://code.forgejo.org/api/swagger/#/repository/repoListPushMirrors)
|
||||
- Application profiling
|
||||
|
||||
##### repos
|
||||
|
@ -121,14 +120,14 @@ You may want to update your c4k-forgejo resources to reflect the changes made on
|
|||
|
||||
### Vor dem Upgrade
|
||||
|
||||
- host cert used for auth?
|
||||
- benutzen wir webhooks?
|
||||
- host cert used for auth? - nein
|
||||
- benutzen wir webhooks? - nein
|
||||
- benutzen wir:
|
||||
- [/repos/{owner}/{repo}/releases](https://code.forgejo.org/api/swagger/#/repository/repoListReleases)
|
||||
- [`/repos/{owner}/{repo}/push_mirrors`](https://code.forgejo.org/api/swagger/#/repository/repoListPushMirrors)
|
||||
- Application profiling
|
||||
- [/repos/{owner}/{repo}/releases](https://code.forgejo.org/api/swagger/#/repository/repoListReleases) - ja
|
||||
- [`/repos/{owner}/{repo}/push_mirrors`](https://code.forgejo.org/api/swagger/#/repository/repoListPushMirrors) - nein
|
||||
- Application profiling - nein
|
||||
- do we have repo descriptions?
|
||||
- https://codeberg.org/forgejo/forgejo/commit/1075ff74b5050f671c5f9824ae39390230b3c85d
|
||||
- https://codeberg.org/forgejo/forgejo/commit/1075ff74b5050f671c5f9824ae39390230b3c85d - ja
|
||||
|
||||
### Upgrade plan
|
||||
|
||||
|
@ -136,53 +135,57 @@ TEST kennzeichnet Aktionen die nur für den Testserver gelten und in PROD ignori
|
|||
PROD kennzeichnet Aktionen die nur für den Testserver gelten und in TEST ignoriert werden.
|
||||
Generelle Übersicht zu Upgrades: https://forgejo.org/docs/latest/admin/upgrade/
|
||||
|
||||
- Forgejo server aufsetzen mit alter version
|
||||
- Forgejo Server aufsetzen mit c4k-forgejo v3.2.2
|
||||
- Enthält Forgejo v1.19
|
||||
- TEST
|
||||
- Alte remote id löschen
|
||||
- ssh-keygen -f "/home/erik/.ssh/known_hosts" -R "repo.test.meissa.de"
|
||||
- auf server ssh'en
|
||||
- forgejo pod runterfahren
|
||||
- `ssh-keygen -f "/home/${USER}/.ssh/known_hosts" -R "repo.test.meissa.de"`
|
||||
- Auf server ssh'en
|
||||
- Forgejo pod runterfahren
|
||||
- `k scale deployment forgejo --replicas=0`
|
||||
- install lock aus
|
||||
- Install lock aus
|
||||
- `k edit cm forgejo-env`
|
||||
- set to `FORGEJOsecurityINSTALL_LOCK: "false"`
|
||||
- forgejo pod hochfahren
|
||||
- Set to `FORGEJO__security__INSTALL_LOCK: "false"`
|
||||
- Forgejo pod hochfahren
|
||||
- `k scale deployment forgejo --replicas=1`
|
||||
- admin test oder prod admin anlegen und forgejo installieren
|
||||
- Admin test oder prod admin anlegen und forgejo installieren
|
||||
- `gopass show server/meissa/forgejo-test` bzw `-prod`
|
||||
- forgejo pod runterfahren
|
||||
- install lock an
|
||||
- set to `FORGEJOsecurityINSTALL_LOCK: "true"`
|
||||
- Forgejo pod runterfahren
|
||||
- Install lock an
|
||||
- Set to `FORGEJO__security__INSTALL_LOCK: "true"`
|
||||
- TEST
|
||||
- forgejo pod hochfahren
|
||||
- einloggen
|
||||
- ssh keys anlegen
|
||||
- Forgejo pod hochfahren
|
||||
- Einloggen
|
||||
- Ssh keys anlegen
|
||||
- ed_xyz
|
||||
- rsa mit 2048
|
||||
- rsa mit 4096
|
||||
- Repos anlegen
|
||||
- forgejo pod runterfahren
|
||||
- Forgejo pod runterfahren
|
||||
- PROD
|
||||
- backup pod hochfahren
|
||||
- Backup pod hochfahren
|
||||
- `k scale deployment backup-restore --replicas=1`
|
||||
- backups zurückspielen
|
||||
- im backup pod vorhandene app.ini's löschen bzw umbenennen
|
||||
- backup pod runterfahren
|
||||
- Backups zurückspielen
|
||||
- Im backup pod vorhandene app.ini's löschen bzw umbenennen
|
||||
- Backup pod runterfahren
|
||||
- `k scale deployment backup-restore --replicas=0`
|
||||
- im deployment image ver auf 7.0.4 setzen
|
||||
- Im Forgejo Deployment die Image Ver auf 7.0.4 setzen
|
||||
- `k edit deployment.apps forgejo`
|
||||
- configmap updaten
|
||||
- double check ob install lock an
|
||||
- siehe Config related errors oben
|
||||
- Configmap updaten:
|
||||
- Double check ob install lock an
|
||||
- `FORGEJO__oauth2__ENABLED: "true"`
|
||||
- `FORGEJO__log_0x2E_logger_0x2E_router__MODE: console, file`
|
||||
- `FORGEJO__service__EMAIL_DOMAIN_ALLOWLIST:`
|
||||
- `FORGEJO__mailer__PROTOCOL: smtp+starttls`
|
||||
- TEST
|
||||
- backup pod hochfahren
|
||||
- im backup pod vorhandene app.ini's löschen bzw umbenennen
|
||||
- backup pod runterfahren
|
||||
- Backup pod hochfahren
|
||||
- Im backup pod vorhandene app.ini's löschen bzw umbenennen
|
||||
- Backup pod runterfahren
|
||||
- `k scale deployment backup-restore --replicas=0`
|
||||
- forgejo pod hochscalen
|
||||
- Forgejo pod hochscalen
|
||||
- Migrations happen automatically
|
||||
- `/admin` page and click run Sync missed branches from git data to databases
|
||||
- and **Sync missed tags ...*
|
||||
- rsa keys with size 2048 can not be added anymore. However, it seems they still can be used if they are on the server
|
||||
- team members having app tokens need to recreate them with proper scopes
|
||||
- add analytics: https://forgejo.org/docs/latest/admin/customization/
|
||||
- Rsa keys with size 2048 can not be added anymore. However, it seems they still can be used if they are on the server
|
||||
- Team members having app tokens need to recreate them with proper scopes
|
||||
- Add analytics: https://forgejo.org/docs/latest/admin/customization/
|
Loading…
Reference in a new issue