Обсуждение: postgresql-10 armhf repository

Поиск
Список
Период
Сортировка

postgresql-10 armhf repository

От
Grégoire Berclaz
Дата:

Hello,

I would like to install postgresql-10 on raspberries. I followed this instructions : https://wiki.postgresql.org/wiki/Apt

Unfortunatly after a "sudo apt-get update" I get the error :
" Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'http://apt.postgresql.org/pub/repos/apt stretch-pgdg InRelease' doesn't support architecture 'armhf' "

The problem is that there is no armhf directory on the official repository https://apt.postgresql.org/pub/repos/apt/dists/stretch-pgdg/main/

So, I have two questions :

  • Why postgresql.org doesn't have this package on the repository ?
  • Is there any other repository with the last version of postgresql-10 armhf packages ?


Regards,
Greg

Re: postgresql-10 armhf repository

От
Imre Samu
Дата:
> Is there any other repository with the last version of postgresql-10 armhf packages ?

Postgre Docker images (alpine based)   
- arm32v6:   https://hub.docker.com/r/arm32v6/postgres/   (for Raspberry PI 1 )
- arm32v7:   https://hub.docker.com/r/arm32v7/postgres/   (for Raspberry PI 2, Allwinner A10, A20, H3).
Imre

Grégoire Berclaz <gregoire.berclaz@valipage.ch> ezt írta (időpont: 2018. aug. 23., Cs, 10:43):

Hello,

I would like to install postgresql-10 on raspberries. I followed this instructions : https://wiki.postgresql.org/wiki/Apt

Unfortunatly after a "sudo apt-get update" I get the error :
" Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'http://apt.postgresql.org/pub/repos/apt stretch-pgdg InRelease' doesn't support architecture 'armhf' "

The problem is that there is no armhf directory on the official repository https://apt.postgresql.org/pub/repos/apt/dists/stretch-pgdg/main/

So, I have two questions :

  • Why postgresql.org doesn't have this package on the repository ?
  • Is there any other repository with the last version of postgresql-10 armhf packages ?


Regards,
Greg