passage à nextcloud 24 #9
tobias
commented 2022-12-20 11:30:49 +01:00
Owner
- mettre à jour la dernière version mineure :
- mettre à jour la nouvelle versions majeure :
- mettre à jour les index de bdd :
- mettre à jour la dernière version mineure :
```diff
diff --git a/nextcloud/docker-compose.yml b/nextcloud/docker-compose.yml
index b8dd1ee..cd22f86 100644
--- a/nextcloud/docker-compose.yml
+++ b/nextcloud/docker-compose.yml
@@ -19,12 +19,12 @@ networks:
services:
nextcloud-app:
- image: nextcloud-cron:23.0.11
+ image: nextcloud-cron:23.0.12
build: .
diff --git a/nextcloud/dockerfile b/nextcloud/dockerfile
index eef2244..f6449af 100644
--- a/nextcloud/dockerfile
+++ b/nextcloud/dockerfile
@@ -1,4 +1,4 @@
-FROM nextcloud:23.0.11-apache
+FROM nextcloud:23.0.12-apache
ARG VERSION
```
- mettre à jour la nouvelle versions majeure :
```diff
diff --git a/nextcloud/docker-compose.yml b/nextcloud/docker-compose.yml
index b8dd1ee..cd22f86 100644
--- a/nextcloud/docker-compose.yml
+++ b/nextcloud/docker-compose.yml
@@ -19,12 +19,12 @@ networks:
services:
nextcloud-app:
- image: nextcloud-cron:23.0.11
+ image: nextcloud-cron:24.0.8
build: .
diff --git a/nextcloud/dockerfile b/nextcloud/dockerfile
index eef2244..f6449af 100644
--- a/nextcloud/dockerfile
+++ b/nextcloud/dockerfile
@@ -1,4 +1,4 @@
-FROM nextcloud:23.0.11-apache
+FROM nextcloud:24.0.8-apache
ARG VERSION
```
- mettre à jour les index de bdd :
```bash
docker compose exec -u www-data nextcloud-app php occ db:add-missing-indices
```
tobias
added spent time 2022-12-20 11:30:59 +01:00
1 hour 30 minutes
tobias
closed this issue 2023-01-11 19:52:18 +01:00
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Total Time Spent: 1 hour 30 minutes
Due Date
tobias
1 hour 30 minutes
No due date set.
Dependencies
No dependencies set.
Reference: tobias/infra-oasis21#9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?