|
147 | 147 | "name": "What is Postgresus and why should I use it instead of hand-rolled scripts?", |
148 | 148 | "acceptedAnswer": { |
149 | 149 | "@type": "Answer", |
150 | | - "text": "Postgresus is an MIT-licensed, self-hosted service backing up PostgreSQL, v13 to v17. It differs from shell scripts in that it has a frontend for scheduling tasks, compressing and storing archives on multiple targets (local disk, S3, Google Drive, Dropbox, etc.) and notifying your team when tasks finish or fail — all without hand-rolled code" |
| 150 | + "text": "Postgresus is an Apache 2.0 licensed, self-hosted service backing up PostgreSQL, v13 to v17. It differs from shell scripts in that it has a frontend for scheduling tasks, compressing and storing archives on multiple targets (local disk, S3, Google Drive, Dropbox, etc.) and notifying your team when tasks finish or fail — all without hand-rolled code" |
151 | 151 | } |
152 | 152 | }, |
153 | 153 | { |
@@ -737,7 +737,7 @@ <h3 class="mb-3 text-xl font-bold md:text-2xl">Open source and free</h3> |
737 | 737 | </div> |
738 | 738 |
|
739 | 739 | <div class="pt-10 text-sm text-gray-600 md:mt-0 md:text-base"> |
740 | | - The project is fully open source, free and have MIT license. You can copy and fork the |
| 740 | + The project is fully open source, free and have Apache 2.0 license. You can copy and fork the |
741 | 741 | code on your own |
742 | 742 | </div> |
743 | 743 | </div> |
@@ -939,7 +939,7 @@ <h3 class="mb-3 max-w-[350px] font-bold md:text-xl"> |
939 | 939 | </h3> |
940 | 940 |
|
941 | 941 | <p class="max-w-[500px] md:text-lg"> |
942 | | - Postgresus is an MIT-licensed, self-hosted service backing up PostgreSQL, v13 to |
| 942 | + Postgresus is an Apache 2.0 licensed, self-hosted service backing up PostgreSQL, v13 to |
943 | 943 | v18. It differs from shell scripts in that it has a frontend for scheduling tasks, |
944 | 944 | compressing and storing archives on multiple targets (local disk, S3, Google Drive, |
945 | 945 | NAS, Dropbox, etc.) and notifying your team when tasks finish or fail — all without |
|
0 commit comments