Skip to content
SQL-based Backups

SQL-based Backups

This repository is designed to systematically archive SQL-based backups of two distinct databases: the pgSTAC production database and the Django REST Framework (DRF) PostgreSQL database. Each backup is compressed into a tar.gz format and managed using Git Large File Storage (LFS) to efficiently handle large files. The archival process is automated, with the server configured to periodically push the latest backup data to the repository, ensuring that the repository remains up-to-date with the most recent snapshots of the databases. This setup not only optimizes storage through compression but also leverages Git LFS for scalable management of binary data, providing a robust solution for maintaining critical database backups.