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: [email protected] With regards, Apache Git Services
