From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=96.73.9.1; helo=muon.bluestop.org; envelope-from=rebecca@bluestop.org; receiver=edk2-devel@lists.01.org Received: from muon.bluestop.org (muon.bluestop.org [96.73.9.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D069121962301 for ; Fri, 16 Nov 2018 13:51:21 -0800 (PST) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id C5EC1D17F0; Fri, 16 Nov 2018 14:52:04 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bluestop.org; s=mail; t=1542405124; bh=2S61a+6AI1D462BMm/hIGPkUtwCxHWBh4DbdD7YcQOY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JyQBPHnrQINL0skdJArWZpbUayU5T7R5vfd24ujP9MtSEvKxaKoAhZxZnOBdPaym9 ugL6MjhbqIB6iFWcYaLzfNRBLz8Lus7wpp8kF/iScCYpmR1k38IfNwKscwFbDC3S+w tjwzrhyaoXKqPxde5WJGaUo9lQXz9IFQfu8IEqfE= Received: from muon.bluestop.org ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2B-p2BaOJG35; Fri, 16 Nov 2018 14:52:04 -0700 (MST) Received: from photon.int.bluestop.org (gw.bluestop.org [96.73.9.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTPSA; Fri, 16 Nov 2018 14:52:04 -0700 (MST) From: Rebecca Cran To: stephano Cc: edk2-devel@lists.01.org Date: Fri, 16 Nov 2018 14:51:20 -0700 Message-ID: <1995822.3V7qYkmoPJ@photon.int.bluestop.org> In-Reply-To: <2d27a65c-2eb9-6d68-baba-3cbca98561c9@linux.intel.com> References: <6535b4dd-57ac-856c-e013-ae8b3203c550@linux.intel.com> <3042685.gzUHUCRiql@photon.int.bluestop.org> <2d27a65c-2eb9-6d68-baba-3cbca98561c9@linux.intel.com> MIME-Version: 1.0 Subject: Re: [edk2-announce][RFC] Collaboration Software X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2018 21:51:22 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Friday, 16 November 2018 14:42:44 MST stephano wrote: > This is a great suggestion, thanks! Two questions: > 1. Does it allow you to export your conversations in some way? Conversations can followed via email, so that's one way of 'exporting' them. But otherwise, I suspect you'd need to either query the database directly or use "./bin/storage dump": DUMP WORKFLOW dump [options] Dump all data in storage to stdout. --compress With --output, write a compressed file to disk instead of a plaintext file. --for-replica Add --master-data to the mysqldump command, generating a CHANGE MASTER statement in the output. --no-indexes Do not dump data in rebuildable index tables. This means backups are smaller and faster, but you will need to manually rebuild indexes after performing a restore. --output file Write output directly to disk. This handles errors better than using pipes. Use with --compress to gzip the output. --overwrite With --output, overwrite the output file if it already exists. > 2. Is there a "file sharing" option if we wanted to, for example, share > a JPG or ODF file? Yes: Phabricator has a general file storage service, and files can be uploaded via that and shared in Conpherence. -- Rebecca