From 2cdef6c1b87075e7c33099271d1f1d2e32838f16 Mon Sep 17 00:00:00 2001 From: Elliot Matson Date: Sat, 27 Nov 2021 22:35:18 -0600 Subject: [PATCH 1/2] test commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afc277b..2a0a4d2 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,4 @@ Resolve still uses a legacy feature that has been removed in PostgreSQL 12, so t 3. **Link Resolve to the new version** - Open Resolve, and connect to/open a PostgreSQL database. Start to run a database command (optimize, backup, restore) and Resolve will ask you to point it to PostgreSQL bin folder. This is inside the folder you picked in the PostgreSQL 11 installation, likely "C:\Program Files\PostgreSQL\11\bin" ### Using PostgreSQL on Mac -Unfortunately, Resolve on a Mac doesn't have a way to point to a different version of PostgreSQL. You can still connect to a PostgreSQL 11 server from a Mac, you just won't be able to optimize, backup, or restore your database. \ No newline at end of file +Unfortunately, Resolve on a Mac doesn't have a way to point to a different version of PostgreSQL. From my limited tests, it seems that you can still connect to a PostgreSQL 11 server from a Mac, you just won't be able to optimize, backup, or restore your database. \ No newline at end of file From fbb11977f6bcc1d81b7c1b43707c18bc0601b4bd Mon Sep 17 00:00:00 2001 From: Elliot Matson Date: Sat, 27 Nov 2021 22:37:39 -0600 Subject: [PATCH 2/2] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a0a4d2..d88cd82 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ There are a lot of ways to host a Resolve project server, but each of them has t ## The Different PostgreSQL versions -Generally, Resolve is not very tolerant of mismatched PostgreSQL verions. The Windows version of Resolve installs 9.5.4, and the Mac version installs 9.5.19. Unfortunately version 9.5 is EOL, and 9.5.4 in particular has a lot of vulnerabilities that make it insecure. Since most people are still using the default Resolve credentials for their server, security generally isn't the biggest concern, but if you are trying to secure your project server, you will want to move to a supported version of PostgreSQL. +Generally, Resolve is not very tolerant of mismatched PostgreSQL verions. The Windows version of Resolve installs 9.5.4, and the Mac version installs 9.5.19. Unfortunately the major release 9.5 is EOL, and 9.5.4 in particular has a lot of vulnerabilities that make it insecure. Since most people are still using the default Resolve credentials for their server, security generally isn't the biggest concern, but if you are trying to secure your project server, you will want to move to a supported version of PostgreSQL. Resolve still uses a legacy feature that has been removed in PostgreSQL 12, so the latest major version that is useable is 11, which will be maintained until November 9, 2023.