About a month ago I created a Drupal 9 instance using DDEV. It was fast and easy! I spent about 8 hours over several user sessions on my Linux laptop customizing my content types and views.
Last week I upgraded my Pop! OS (Ubuntu-like) laptop, and had to re-install ddev after the upgrade. When I went back into my local directory and ran ddev start
... I was greeted with a clean Drupal 9 installation screen. All of my configuration and content seems to be gone?
What steps are there to troubleshoot lost state information, such as a database or filesystem? Are there any chances of finding my previous changes inside the /.ddev/ folder somewhere?