meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:sw:openproject [2019/12/30 10:36] niziaklinux:sw:openproject [2021/03/16 08:35] (current) niziak
Line 1: Line 1:
 +====== OpenProject ======
 +
 ====== Debian packages ====== ====== Debian packages ======
  
Line 25: Line 27:
 openproject run rake --tasks openproject run rake --tasks
 openproject run rake db:migrate:status openproject run rake db:migrate:status
 +openproject run rake assets:precompile
  
 </code> </code>
Line 56: Line 59:
 </code> </code>
  
 +<file bash | op_delete_old_backups.sh>
 +#!/bin/bash -eu
 +DIR="/var/db/openproject/backup"
 +find $DIR -mtime +4 -exec rm {} \;
 +</file>
  
 ====== CSS ====== ====== CSS ======