Hello! We are currently running the Strapi CMS on-prem with containerization and utilizing a PostgreSQL db. We need the Media Library to persist between container builds (outside the file system) - is it possible to persist the Media Library assets into a Database somehow? We noticed when we would re-build, we lost our media library assets. I searched the docs and forum but could not find the answer to this specific question. Thanks in advance for any insight!
Ok this is making more sense! So local does not work as it does not persist. Database will not work as it causes issues later. Going an AWS S3 or Cloudinary route will allow us to use the Strapi maintained plugins while still allowing data persistence and control from the Strapi GUI. @nallaj does that sound right?