FS#68620 - [postgresql] PLEASE ENTER SUMMARY
            Attached to Project:
            Arch Linux
            
Opened by Sampson Crowley (SampsonCrowley) - Friday, 13 November 2020, 20:29 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 13 November 2020, 23:43 GMT
          Opened by Sampson Crowley (SampsonCrowley) - Friday, 13 November 2020, 20:29 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 13 November 2020, 23:43 GMT
| 
 | Details
                    Description: "An old version of the database was found"
                    error on current version /usr/bin/postgresql-check-db-dir is using v12 as old and v13 as current major version even though we're still on v12.5 Additional info: v12.5 Steps to reproduce: Update to current version Cause: In /usr/bin/postgresql-check-db-dir ``` ... # PGMAJORVERSION is major version PGMAJORVERSION=13 ***This should still be 12*** # PREVMAJORVERSION is the previous major version PREVMAJORVERSION=12 ***This should still be 11*** ... ``` | 
              This task depends upon
              
              
            
            
          
            Closed by  Doug Newgard (Scimmia)
Friday, 13 November 2020, 23:43 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#68601 
             FS#68602 
             FS#68609 
          
          
        Friday, 13 November 2020, 23:43 GMT
Reason for closing: Duplicate
Additional comments about closing:
 
                       Screenshot from 2020-11-13 13...
                         Screenshot from 2020-11-13 13...
                    
I would title it "check-db-dir using wrong versions"