On Thursday, December 20, 2018 at 7:47:24 AM UTC-5, Jeffrey Walton wrote:
>
>
> On Thursday, December 20, 2018 at 6:34:29 AM UTC-5, Jeffrey Walton wrote:
>>
>> The website and wiki is down at the moment. I accidentally blew it away 
>> while cleaning some old cruft from root's home directory. I tried to delete 
>> a local backup of the site called html. The problem was, it was a link to 
>> /var/www/html and not a local backup.
>>
>> We have an offsite backup created with duplicity 0.7.18.2, which was 
>> released October 2018. I think the pain point (for me) will be doing the 
>> restore from Google Drive.
>>
>> I'll start the restore shortly.
>>
>
> I was looking at Google Drive cryptopp_com_backup, and it looks like 
> Duplicity stopped working after about two months. The last backup we have 
> is dated December 2017. I'm guessing we are going to lose some wiki 
> content. Derp...
>

Well, some good news... It looks like the database is still in tact. Now I 
need to get it wired up to a fresh Mediawiki install.

MariaDB [(none)]> SELECT table_schema "DB Name", ROUND(SUM(data_length + 
index_length) / 1024 / 1024, 1) "DB Size in MB" FROM 
information_schema.tables GROUP BY table_schema;
+--------------------+---------------+
| DB Name            | DB Size in MB |
+--------------------+---------------+
| information_schema |           0.1 |
| mysql              |           0.6 |
| my_wiki            |         153.0 |
| performance_schema |           0.0 |
+--------------------+---------------+
4 rows in set (0.18 sec)

Jeff

-- 
You received this message because you are subscribed to "Crypto++ Users". More 
information about Crypto++ and this group is available at 
http://www.cryptopp.com and 
http://groups.google.com/forum/#!forum/cryptopp-users.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to