IRC logs for #farmOS, 2020-11-06 (GMT)

2020-11-05
2020-11-07
TimeNickMessage
[04:00:20]* gunter[m] has quit (Quit: Idle for 30+ days)
[06:25:36]* maroci[m] has joined #farmos
[06:31:01]<maroci[m]>Hi, I'm trying to install farmos on raspberrypi. I chose the raspberrypiOS 32 bit lite. I'm trying to use docker-cmpose and I I changed setting of the database (docker-compose.yml) from mariadb to postgres because mariadb provide a solutiononly for 64 bit which i installed and it was really slow.
[06:31:46]<maroci[m]>I manage to connect to my local ip address and start the installation process, at the end of the phase "Install profil"I got an error: SQLSTATE[42P07]: Duplicate table: 7 ERROR: relation "field_revision_field_farm_date_range_field_farm_date_range_valu" already exists
[06:32:42]<maroci[m]>however, it managed to go further in the process and I'm installing the modules now. Anyone that tried to do the same and it can help me? Thank you very much :)
[06:35:27]<maroci[m]>at the end of the installation I got this error:
[06:35:28]<maroci[m]>User warning: The following theme has moved within the file system: farm_theme. In order to fix this, clear caches or put the theme back in its original location. For more information, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (line 1156 of /var/www/html/includes/bootstrap.inc).
[06:37:47]<maroci[m]>QUESTION: Has anyone a version of the dockerfile / docker-compose.yml with a a postgres databse working please?
[06:55:35]<mstenta[m]>Hi @maroci - Unfortunately there are some issues with PostgreSQL support in farmOS 1.x.
[06:55:47]<mstenta[m]>Only MariaDB is officially supported at this time.
[06:56:19]<mstenta[m]>That said, PostgreSQL will be the officially supported database in farmOS 2.x, which is in active development (but not ready for use)
[06:57:19]<mstenta[m]>We tried to get all the issues ironed out for PostgreSQL in 1.x, of which there are only one or two, but ultimately did not have the resources and decided it would be best to just focus on 2.x
[07:00:38]<mstenta[m]>Have you seen this?
[07:00:40]<mstenta[m]>https://github.com/farmOS/farmOS.org/issues/39
[07:01:22]<mstenta[m]>I have tested installing on Raspberry Pi a while ago, and I know others are running farmOS on Pis as well
[07:01:57]<mstenta[m]>I haven't tried it in a while though so I can't provide advice
[07:02:14]<mstenta[m]>You might try the forum: https://farmOS.discourse.group
[18:13:02]<jolau[m]>Hi maroci , I do have the same issue when I tried to run the docker container and using PostgreSQL as DB. I have been able to log in but the UI was not working properly and many things were missed.
[18:13:02]<jolau[m]>mstentais there already a test/dev of 2.x with basic functions?