You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/07 07:41:26 UTC

[GitHub] cbickel commented on issue #3071: delete old activations doesn't free disk space

cbickel commented on issue #3071: delete old activations doesn't free disk space
URL: https://github.com/apache/incubator-openwhisk/issues/3071#issuecomment-349887902
 
 
   @style95  You have to replicate the documents of your current database (e.g wsk_activations) to a second database (e.g. wsk_activations1).
   When the replication is finished, you can change `db_whisk_activations` in ansible to the new database `activations1`.
   After a redeployment of the system, the new database will be used and you can delete the old database.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services