Is my account from 2010 worth anything?

In 2010 I made a Roblox account. Our dialup internet wasn’t up to the task, so I never really played and forgot about the account

For the past week I’ve been getting 2FA emails due to someone trying to get into the account, so I guess maybe it’s worth something?

The account name is Susej (Jesus but backwards)

My understanding is that all 5-letter usernames are taken now

The only two items I have are off-sale. “Verified sign” and “Knight of the Blood Moon”

I have like 300 friend requests - idk why since I never played

reddit.com
u/PsylentKnight — 1 month ago

Has anyone heard of a worm charming competition in East Texas?

I happened to see this article about worm charming/grunting/fiddling today. It says that it's a competitive sport in East Texas, but it has no source and I can't find anything on Google. I grew up in East Texas and I've never heard of it

https://en.wikipedia.org/wiki/Worm_charming

u/PsylentKnight — 1 month ago

Backup/restore strategies with Mongo Atlas

My understanding is that Atlas's built-in backup stuff only allows you to restore the entire cluster

We want the ability to selectively restore specific databases, depending on what type of data is lost or corrupted

At a high-level, I'm thinking that our options are either:

  1. Use mongodump to upload backups to some external store, then use mongorestore to restore specific databases or collections
  2. Restore Atlas's backups to a new cluster, then selectively copy data from that cluster to the real cluster

This must be a common scenario but I don't see anything in Mongo's documentation and everything I see on Google is AI blogspam

reddit.com
u/PsylentKnight — 2 months ago