Revision ae883db3 docs/upgrade/upgrade-0.14.rst

b/docs/upgrade/upgrade-0.14.rst
88 88

  
89 89

  
90 90
The limit on pending project applications is since 0.14 handled as an
91
Astakos resource, rather than a custom setting. In order to set this
92
limit (replacing setting ASTAKOS_PENDING_APPLICATION_LIMIT) run::
93

  
94
    astakos-host$ snf-manage resource-modify astakos.pending_app --limit <num>
95

  
96
To take into account the user-specific limits we need a data migration. The
97
following command populates the user-specific base quota for resource
98
``astakos.pending_app`` using the deprecated user setting::
91
Astakos resource, rather than a custom setting. Command::
99 92

  
100 93
    astakos-host$ astakos-migrate-0.14
101 94

  
102
Finally, Astakos needs to inform the quota system for the current number
103
of pending applications per user::
104

  
105
    astakos-host$ snf-manage reconcile-resources-astakos --fix
95
will prompt you to set this limit (replacing setting
96
ASTAKOS_PENDING_APPLICATION_LIMIT) and then automatically migrate the
97
user-specific base quota for the new resource ``astakos.pending_app`` using
98
the deprecated user setting.

Also available in: Unified diff