[22:21:51]
<Jim Munroe> I ignored the warning of needing 4G of ram to install Immich (I have 2.3G) and the install, indeed, failed. This was the server log: https://paste.yunohost.org/raw/unuredejob
Should I start with a fresh install -- I have a bunch of other apps running at the moment that are consuming ram and without them, it might work better?
[22:28:48]
<orhtej2> it didn't get to the 'heavy' part, it somehow failed to provision the database 🤷
[22:29:08]
<orhtej2> `ERROR: template database "template1" does not exist` would indicate some problem with PostgreSQL itself
[22:29:21]
<orhtej2> is it up and runnuning and in a healthy state?
[22:35:46]
<Jim Munroe> Where would I check that?
[22:47:43]
<orhtej2> as `root` (`sudo su`) run the following and see if `template0` and `template1` are there: `sudo -u postgres psql -c 'SELECT datname FROM pg_database;'`
[22:47:58]
<orhtej2> (and if the command does not error out)
[22:49:16]
<orhtej2> if not - worry not, these have no special meaning, you can recreate them as per https://stackoverflow.com/a/27992845/7034621