Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| whiterun [2024/04/07 14:52] – admin | whiterun [2025/02/23 17:45] (current) – admin | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Container Station ===== | ===== Container Station ===== | ||
| ==== Update process ==== | ==== Update process ==== | ||
| - | - Pull the latest version of the images of the containers: in Container Station | + | - Pull the latest version of the images of the containers: in Container Station |
| - | - Go back to the "Overview" | + | |
| + | - Go to the "Applications" | ||
| + | - Click on "Update" without changing anything else. The containers for which the base images have changed will automatically be rebuilt. | ||
| + | - Return to Images and check that the older image is now " | ||
| ===== Nextcloud ===== | ===== Nextcloud ===== | ||
| + | Manual upgrade | ||
| + | < | ||
| + | docker exec -u 33 -it nextcloud php -d memory_limit=512M occ maintenance: | ||
| + | docker exec -u 33 -it nextcloud php -d memory_limit=512M occ upgrade | ||
| + | docker exec -u 33 -it nextcloud php -d memory_limit=512M occ maintenance: | ||
| + | docker exec -u 33 -it nextcloud php -d memory_limit=512M occ status | ||
| + | </ | ||
| Edit config | Edit config | ||
| < | < | ||
| Line 37: | Line 47: | ||
| - PGID=1000 | - PGID=1000 | ||
| - TZ=Australia/ | - TZ=Australia/ | ||
| - | - MYSQL_PASSWORD=go.]3BUEzfICjhs( | + | - MYSQL_PASSWORD=itsasecret |
| - MYSQL_DATABASE=nextcloud_whiterun | - MYSQL_DATABASE=nextcloud_whiterun | ||
| - MYSQL_USER=nextcloud_whiterun | - MYSQL_USER=nextcloud_whiterun | ||
| - | - MYSQL_HOST=rpi64-wired | + | - MYSQL_HOST=192.168.1.69 |
| </ | </ | ||
| (Mostly) working config | (Mostly) working config | ||
| Line 71: | Line 81: | ||
| 0 => ' | 0 => ' | ||
| 1 => ' | 1 => ' | ||
| + | 2 => ' | ||
| + | 3 => ' | ||
| ), | ), | ||
| ' | ' | ||
| Line 92: | Line 104: | ||
| + | {{tag> | ||