ANXS / postgresql

Fairly full featured Ansible role for Postgresql.
http://anxs.io/
MIT License
848 stars 573 forks source link

Raspberry? #496

Closed mikysal78 closed 3 years ago

mikysal78 commented 3 years ago

how install on raspberry with debian buster?

TASK [postgresql : PostgreSQL | Install PostgreSQL | apt] 
**********************************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: apt_pkg.Error: E:Il valore "buster-pgdg" non è valido per APT::Default-Release poiché tale release non è disponibile dalle sorgenti
pulse-mind commented 3 years ago

Hello, Would you like to try to add this variable in your variables : postgresql_default_release: "buster"

gclough commented 3 years ago

@mikysal78 , did this fix your problem? If not, please re-open the issue.