whiterun

Differences

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

Link to this comparison view

Next revision
Previous revision
whiterun [2024/01/15 00:19] – created adminwhiterun [2025/02/23 17:45] (current) admin
Line 1: Line 1:
 ====== WHITERUN ====== ====== WHITERUN ======
 +===== Container Station =====
 +==== Update process ====
 +  - Pull the latest version of the images of the containers: in Container Station / Images click on the gear icon and select "Pull" from the menu. Indicate the image name and indicate the version you like or leave as it 
 + defaults to "latest". Wait for the background process to finish the download.
 +  - Go to the "Applications" tab, 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 31: 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 65: 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 82: Line 100:
  
 </file> </file>
 +==== References ====
 +[[https://forum.qnap.com/viewtopic.php?p=853498|[HOW TO] Quick and easy way to update applications' containers base image]]
  
  
 +{{tag>[WHITERUN NextCoud]}}
  • whiterun.1705249183.txt.gz
  • Last modified: 2024/01/15 00:19
  • by admin