Merge pull request 'mediawiki: update to 1.42.1' (#216) from mediawiki-update into main
Reviewed-on: #216 Reviewed-by: b12f <b12f@noreply.git.pub.solar>
This commit is contained in:
commit
0685d16d33
|
@ -4,7 +4,7 @@ See the [mediawiki-oidc-docker repository](https://git.pub.solar/pub-solar/media
|
||||||
for instructions on updating our customized mediawiki docker image.
|
for instructions on updating our customized mediawiki docker image.
|
||||||
|
|
||||||
To deploy a new docker image to `nachtigall`, first bump the mediawiki version
|
To deploy a new docker image to `nachtigall`, first bump the mediawiki version
|
||||||
of the docker image tag in `hosts/nachtigall/apps/mediawiki.nix` (search for
|
of the docker image tag in `modules/mediawiki/default.nix` (search for
|
||||||
`image`).
|
`image`).
|
||||||
|
|
||||||
Next, push your changes to https://git.pub.solar and get them reviewed and
|
Next, push your changes to https://git.pub.solar and get them reviewed and
|
||||||
|
@ -19,7 +19,7 @@ exit
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
deploy --targets '.#nachtigall'
|
deploy --targets '.#nachtigall' --magic-rollback false --auto-rollback false --keep-result --result-path ./results
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, finalize the update by running the database migration script (in a [SSH](./administrative-access.md#ssh-access) shell on `nachtigall`):
|
Then, finalize the update by running the database migration script (in a [SSH](./administrative-access.md#ssh-access) shell on `nachtigall`):
|
||||||
|
|
|
@ -211,7 +211,7 @@ in
|
||||||
backend = "docker";
|
backend = "docker";
|
||||||
|
|
||||||
containers."mediawiki" = {
|
containers."mediawiki" = {
|
||||||
image = "git.pub.solar/pub-solar/mediawiki-oidc-docker:1.41.1";
|
image = "git.pub.solar/pub-solar/mediawiki-oidc-docker:1.42.1";
|
||||||
user = "1000:${builtins.toString gid}";
|
user = "1000:${builtins.toString gid}";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue