Now I installed 2018-04-23_2018-04-18-octopi-stretch-lite-0.15.0.zip based on Stretch. Managed to setup everything. Can connect to database, add and select spool.
What does this mean "Support for PostgreSQL as database for multiple instances"?
Does multiple instances need to run on same physical Raspberry where database is located?
Asking this because, with another physical raspberry (OctoPrint 1.3.8 running on OctoPi 0.14.0 + FM) I can't connect to database over network.
I was hoping that I can run database on one physical Raspberry and connect another physical Raspberry (running Octoprint and filament manager) over network to database. Going to have couple more printers and they will have Raspberry Pi3 each.
No, but PostgreSql permits only connections from the localhost per default. To allow connections from every client within your network see the wiki article. The actual paths to the config files might vary if you're using the octopi distribution. If you can't find them check if something like /etc/postgresql/ exists on your system.