summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/postgresql/files/postgresql.init
Commit message (Collapse)AuthorAgeFilesLines
* postgresql: update sysv init scriptGyorgy Sarvari5 days1-4/+4
| | | | | | | | | | | postmaster binary doesn't seem to be installed by default, making the sysv init script fail to start postgres. Adjust it to use pg_ctl to start the service, just like its systemd service counterpart. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgresql: Update the regex to determine PGMAJORVERSION to match v10+ ↵Akram Hameed2019-01-151-2/+2
| | | | | | | | database clusters Older versions of postgresql would generate MAJVER.MINVER in new clusters. 10+ do not. Update the regex to determine PGMAJORVERSION as a single int. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postgres: move to recipes-dbsArmin Kuster2018-03-011-0/+193
Signed-off-by: Armin Kuster <akuster808@gmail.com>