postgresql-container icon indicating copy to clipboard operation
postgresql-container copied to clipboard

Pull pagila DB from github directly

Open hhorak opened this issue 1 year ago • 1 comments

Discovered as a part of https://github.com/sclorg/postgresql-container/pull/588, pagila DB is pulled and extracted from an el7 RPM, while it could be pulled from github: https://github.com/devrimgunduz/pagila

hhorak avatar Sep 04 '24 11:09 hhorak

Maybe the reason why RPM was chosen in the first place is to lock it to specific version/have it includes downstream changes (which they were none anyway).

The RPM package is now orphaned (it got orphaned 3 years ago). But to continue with the thought of keeping the SQLs stable just to be safe, we should probably pull them from pagila repo by a specific tag/commit.

SlouchyButton avatar Sep 04 '24 13:09 SlouchyButton