whiterun

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
whiterun [2024/04/07 14:52] adminwhiterun [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 under images click on the "pullbutton in the upper right corner, indicate the image name and indicate the version you like or leave it as "latest" if appropriate, then click on pull. Wait for the background process to finish the download. +  - Pull the latest version of the images of the containers: in Container Station / Images click on the gear icon and select "Pullfrom the menu. Indicate the image name and indicate the version you like or leave as it  
-  - Go back to the "Overviewand click on the button "Edit Applicationto open the YAML config file of your application, and then simply click on "Apply" without changing anything else. The containers for which the base images have changed will automatically be rebuilt. + defaults to "latest". Wait for the background process to finish the download. 
 +  - Go to the "Applicationstab, select the Container, click on the "Edit" button dropdown, and select "Recreate."  
 +  - 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 "Unused" and delete it.
  
  
 ===== Nextcloud ===== ===== Nextcloud =====
 +Manual upgrade
 +<file>
 +docker exec -u 33 -it nextcloud php -d memory_limit=512M occ maintenance:mode --on
 +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:mode --off
 +docker exec -u 33 -it nextcloud php -d memory_limit=512M occ status
 +</file>
 Edit config Edit config
 <file> <file>
Line 37: Line 47:
       - PGID=1000       - PGID=1000
       - TZ=Australia/Perth       - TZ=Australia/Perth
-      - 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
 </file> </file>
 (Mostly) working config (Mostly) working config
Line 71: Line 81:
     0 => 'whiterun:8082',     0 => 'whiterun:8082',
     1 => 'nextcloud.phlaange.duckdns.org',     1 => 'nextcloud.phlaange.duckdns.org',
 +    2 => 'whiterun.lan:8082',
 +    3 => 'cloud.seanys.com',
   ),   ),
   'datadirectory' => '/var/www/html/data',   'datadirectory' => '/var/www/html/data',
Line 92: Line 104:
  
  
 +{{tag>[WHITERUN NextCoud]}}
  • whiterun.1712472758.txt.gz
  • Last modified: 2024/04/07 14:52
  • by admin